From 1205c05a4d042f2f1ecc08c261c2c5bd6f8665ec Mon Sep 17 00:00:00 2001 From: Robert Oskamp Date: Thu, 30 Jul 2020 14:57:13 +0200 Subject: [PATCH] [ML] Functional tests - re-activate DFA clone tests (#73777) This PR re-enables the DFA clone test suite. --- x-pack/test/functional/apps/ml/data_frame_analytics/cloning.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/test/functional/apps/ml/data_frame_analytics/cloning.ts b/x-pack/test/functional/apps/ml/data_frame_analytics/cloning.ts index 00be1b8e12b49..e8f0a69b397cd 100644 --- a/x-pack/test/functional/apps/ml/data_frame_analytics/cloning.ts +++ b/x-pack/test/functional/apps/ml/data_frame_analytics/cloning.ts @@ -13,8 +13,7 @@ export default function ({ getService }: FtrProviderContext) { const esArchiver = getService('esArchiver'); const ml = getService('ml'); - // Flaky: https://github.com/elastic/kibana/issues/70885 - describe.skip('jobs cloning supported by UI form', function () { + describe('jobs cloning supported by UI form', function () { const testDataList: Array<{ suiteTitle: string; archive: string;