Skip to content

Commit

Permalink
skip flaky suite (#66976)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed May 29, 2020
1 parent 81d55f8 commit a63adab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/accessibility/apps/home.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const retry = getService('retry');
const globalNav = getService('globalNav');

describe('Kibana Home', () => {
// FLAKY: https://github.com/elastic/kibana/issues/66976
describe.skip('Kibana Home', () => {
before(async () => {
await PageObjects.common.navigateToApp('home');
});
Expand Down

0 comments on commit a63adab

Please sign in to comment.