diff --git a/x-pack/test/functional/apps/machine_learning/index.ts b/x-pack/test/functional/apps/machine_learning/index.ts index 31f7d67717ae3..d3d96d63b55d9 100644 --- a/x-pack/test/functional/apps/machine_learning/index.ts +++ b/x-pack/test/functional/apps/machine_learning/index.ts @@ -10,7 +10,9 @@ export default function({ loadTestFile }: FtrProviderContext) { this.tags('ciGroup3'); loadTestFile(require.resolve('./feature_controls')); - loadTestFile(require.resolve('./pages')); - loadTestFile(require.resolve('./create_single_metric_job')); + + // FLAKY: https://github.com/elastic/kibana/issues/43017 + // loadTestFile(require.resolve('./pages')); + // loadTestFile(require.resolve('./create_single_metric_job')); }); }