Skip to content

Commit

Permalink
disable flaky tests (#43017)
Browse files Browse the repository at this point in the history
(cherry picked from commit c65b975)
  • Loading branch information
spalger committed Aug 14, 2019
1 parent dcec060 commit 24cb351
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions x-pack/test/functional/apps/machine_learning/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
});
}

0 comments on commit 24cb351

Please sign in to comment.