skip flaky suite (#166027)

This commit is contained in:
Tiago Costa 2023-09-07 21:31:47 +01:00
parent 985da3f668
commit 0f9b0fd613
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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();