skip flaky suite (#157711)

This commit is contained in:
Tiago Costa 2023-05-15 17:16:26 +01:00
parent 7a623a822f
commit e627f6458a
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -191,7 +191,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
});
});
describe('alerts flyouts', () => {
// FLAKY: https://github.com/elastic/kibana/issues/157711
describe.skip('alerts flyouts', () => {
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/infra/metrics_and_logs');
await pageObjects.common.navigateToApp('infraOps');