From b87d742001b565a42874123255f5b1bafb067891 Mon Sep 17 00:00:00 2001 From: spalger Date: Wed, 15 Jul 2020 14:47:11 -0700 Subject: [PATCH] skip flaky suite (#71971) --- .../test/functional/apps/ml/anomaly_detection/advanced_job.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/functional/apps/ml/anomaly_detection/advanced_job.ts b/x-pack/test/functional/apps/ml/anomaly_detection/advanced_job.ts index 497078c4fd27..d65dfe20e5cd 100644 --- a/x-pack/test/functional/apps/ml/anomaly_detection/advanced_job.ts +++ b/x-pack/test/functional/apps/ml/anomaly_detection/advanced_job.ts @@ -274,7 +274,8 @@ export default function ({ getService }: FtrProviderContext) { const calendarId = `wizard-test-calendar_${Date.now()}`; - describe('advanced job', function () { + // FLAKY: https://github.com/elastic/kibana/issues/71971 + describe.skip('advanced job', function () { this.tags(['mlqa']); before(async () => { await esArchiver.loadIfNeeded('ml/ecommerce');