diff --git a/x-pack/test/functional/apps/machine_learning/index.ts b/x-pack/test/functional/apps/machine_learning/index.ts index d3d96d63b55d..31f7d67717ae 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')); }); }