skip flaky suite (#157738)

This commit is contained in:
Tiago Costa 2023-05-17 20:51:54 +01:00
parent 70407d6b19
commit 3e84913ce6
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

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