Skip to content

Commit

Permalink
skip flaky suite (#65423)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed May 6, 2020
1 parent 41c8426 commit eef220e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ export default function({ getService, getPageObjects }: PluginFunctionalProvider
}, i)) as any;
};

describe('application status management', () => {
// FLAKY: https://github.com/elastic/kibana/issues/65423
describe.skip('application status management', () => {
beforeEach(async () => {
await PageObjects.common.navigateToApp('app_status_start');
});
Expand Down

0 comments on commit eef220e

Please sign in to comment.