Skip to content

Commit

Permalink
skip flaky suite (#98463)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Aug 30, 2021
1 parent e22c890 commit f22bff7
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 @@ -11,7 +11,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/98463
describe.skip('Kibana overview', () => {
const esArchiver = getService('esArchiver');

before(async () => {
Expand Down

0 comments on commit f22bff7

Please sign in to comment.