Skip to content

Commit

Permalink
skip flaky suite (#166027)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Sep 7, 2023
1 parent 985da3f commit 0f9b0fd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ export default ({ getPageObject, getService }: FtrProviderContext) => {
});
});

describe('status', () => {
// FLAKY: https://github.com/elastic/kibana/issues/166027
describe.skip('status', () => {
before(async () => {
await cases.api.createNthRandomCases(2);
await header.waitUntilLoadingHasFinished();
Expand Down

0 comments on commit 0f9b0fd

Please sign in to comment.