From 13050c6eed9c0131ee1e296d130692435d34fc13 Mon Sep 17 00:00:00 2001 From: spalger Date: Tue, 27 Aug 2019 18:02:42 -0700 Subject: [PATCH] Revert "disable flaky tests (#43017)" This reverts commit 24cb351e41a0effa785556fe07f650cc512de41d. --- x-pack/test/functional/apps/machine_learning/index.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/x-pack/test/functional/apps/machine_learning/index.ts b/x-pack/test/functional/apps/machine_learning/index.ts index d3d96d63b55d9..31f7d67717ae3 100644 --- a/x-pack/test/functional/apps/machine_learning/index.ts +++ b/x-pack/test/functional/apps/machine_learning/index.ts @@ -10,9 +10,7 @@ export default function({ loadTestFile }: FtrProviderContext) { this.tags('ciGroup3'); loadTestFile(require.resolve('./feature_controls')); - - // FLAKY: https://github.com/elastic/kibana/issues/43017 - // loadTestFile(require.resolve('./pages')); - // loadTestFile(require.resolve('./create_single_metric_job')); + loadTestFile(require.resolve('./pages')); + loadTestFile(require.resolve('./create_single_metric_job')); }); }