From 786d24d4bba5a41ba1c3ed85734e63492333d771 Mon Sep 17 00:00:00 2001 From: Tyler Smalley Date: Wed, 7 Oct 2020 15:01:36 -0700 Subject: [PATCH] Revert "skips test failing promotion (#79777)" (#79904) 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 e0bd88a6ab642..b5b0f4c94f262 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');