From 6bc337ce1a64cc512414ffc747672886c9fb5f64 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Mon, 15 May 2023 17:39:01 +0100 Subject: [PATCH] skip flaky suite (#157738) --- x-pack/test/functional/apps/infra/metrics_explorer.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/functional/apps/infra/metrics_explorer.ts b/x-pack/test/functional/apps/infra/metrics_explorer.ts index 6159666d658ae..94ff40d13b679 100644 --- a/x-pack/test/functional/apps/infra/metrics_explorer.ts +++ b/x-pack/test/functional/apps/infra/metrics_explorer.ts @@ -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();