Skip to content

Commit

Permalink
skip flaky suite (#60470)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Apr 4, 2020
1 parent 5696f62 commit 3d154a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/accessibility/apps/management.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ export default function({ getService, getPageObjects }: FtrProviderContext) {
// await PageObjects.common.navigateToApp('settings');
// });

describe('Management', () => {
// FLAKY: https://github.com/elastic/kibana/issues/60470
describe.skip('Management', () => {
before(async () => {
await esArchiver.load('discover');
await esArchiver.loadIfNeeded('logstash_functional');
Expand Down

0 comments on commit 3d154a3

Please sign in to comment.