Skip to content

Commit

Permalink
skip flaky suite (#80929)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Oct 16, 2020
1 parent 958d36e commit 71f4c08
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 @@ -13,7 +13,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const globalNav = getService('globalNav');
const testSubjects = getService('testSubjects');

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

0 comments on commit 71f4c08

Please sign in to comment.