skip flaky suites (#148468, #148469)

This commit is contained in:
Tiago Costa 2023-01-12 13:01:16 +00:00
parent 0f155bd2cf
commit 7d69a45c90
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -534,7 +534,9 @@ export default ({ getPageObject, getService }: FtrProviderContext) => {
});
});
describe('Severity', () => {
// FLAKY: https://github.com/elastic/kibana/issues/148468
// FLAKY: https://github.com/elastic/kibana/issues/148469
describe.skip('Severity', () => {
before(async () => {
await cases.api.createNthRandomCases(1);
await header.waitUntilLoadingHasFinished();