Skip to content

Commit

Permalink
skip flaky suite (#82226)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jan 4, 2021
1 parent c49c772 commit 458e248
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/accessibility/apps/kibana_overview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const PageObjects = getPageObjects(['common', 'home']);
const a11y = getService('a11y');

describe('Kibana overview', () => {
// FLAKY: https://github.com/elastic/kibana/issues/82226
describe.skip('Kibana overview', () => {
const esArchiver = getService('esArchiver');

before(async () => {
Expand Down

0 comments on commit 458e248

Please sign in to comment.