From 9835950af0c49789c77fb2888fd5ed230b4b9ace Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Mon, 15 Nov 2021 18:29:09 +0000 Subject: [PATCH] skip flaky suite (#118584) --- .../functional/apps/ml/anomaly_detection/anomaly_explorer.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/functional/apps/ml/anomaly_detection/anomaly_explorer.ts b/x-pack/test/functional/apps/ml/anomaly_detection/anomaly_explorer.ts index 4373da71512e4..2804ca7ba7a7b 100644 --- a/x-pack/test/functional/apps/ml/anomaly_detection/anomaly_explorer.ts +++ b/x-pack/test/functional/apps/ml/anomaly_detection/anomaly_explorer.ts @@ -63,7 +63,8 @@ export default function ({ getService }: FtrProviderContext) { const ml = getService('ml'); const elasticChart = getService('elasticChart'); - describe('anomaly explorer', function () { + // FLAKY: https://github.com/elastic/kibana/issues/118584 + describe.skip('anomaly explorer', function () { this.tags(['mlqa']); before(async () => { await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/farequote');