From ac20ac620442e7b9b84c1323fe4f728165c791d0 Mon Sep 17 00:00:00 2001 From: Tyler Smalley Date: Wed, 7 Oct 2020 12:29:17 -0700 Subject: [PATCH] Revert "skips test failing promotion (#79777)" This reverts commit 92ce8f3040991bd4473a93e9ee89b1f46580b87a. --- .../apps/ml/data_frame_analytics/outlier_detection_creation.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/test/functional/apps/ml/data_frame_analytics/outlier_detection_creation.ts b/x-pack/test/functional/apps/ml/data_frame_analytics/outlier_detection_creation.ts index e0bd88a6ab6426..b5b0f4c94f2621 100644 --- a/x-pack/test/functional/apps/ml/data_frame_analytics/outlier_detection_creation.ts +++ b/x-pack/test/functional/apps/ml/data_frame_analytics/outlier_detection_creation.ts @@ -11,8 +11,7 @@ export default function ({ getService }: FtrProviderContext) { const ml = getService('ml'); const editedDescription = 'Edited description'; - // https://github.com/elastic/kibana/issues/79777 - describe.skip('outlier detection creation', function () { + describe('outlier detection creation', function () { before(async () => { await esArchiver.loadIfNeeded('ml/ihp_outlier'); await ml.testResources.createIndexPatternIfNeeded('ft_ihp_outlier', '@timestamp');