Skip to content

Commit

Permalink
Revert "disable flaky tests (#43017)"
Browse files Browse the repository at this point in the history
This reverts commit c65b975.
  • Loading branch information
spalger committed Aug 28, 2019
1 parent 7a27c7a commit cd418a1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions x-pack/test/functional/apps/machine_learning/index.ts
Expand Up @@ -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'));
});
}

0 comments on commit cd418a1

Please sign in to comment.