skip flaky suite (#111076)

This commit is contained in:
Tiago Costa 2023-05-18 17:05:13 +01:00
parent ea447c6f4e
commit eec946fd88
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -96,7 +96,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
});
});
describe('Saved Views', () => {
// FLAKY: https://github.com/elastic/kibana/issues/111076
describe.skip('Saved Views', () => {
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/infra/metrics_and_logs');
await pageObjects.infraHome.goToMetricExplorer();