Skip to content

Commit

Permalink
disable flaky tests (#43017)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Aug 14, 2019
1 parent fcba9a6 commit c65b975
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 c65b975

Please sign in to comment.