skip flaky suite (#166123)

This commit is contained in:
Tiago Costa 2023-09-08 22:47:37 +01:00
parent 87c60a3819
commit ea8a2092c1
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -96,7 +96,8 @@ export default ({ getPageObject, getService }: FtrProviderContext) => {
});
});
describe('severity', () => {
// FLAKY: https://github.com/elastic/kibana/issues/166123
describe.skip('severity', () => {
before(async () => {
await cases.api.createNthRandomCases(2);
await header.waitUntilLoadingHasFinished();