Skip to content

Commit

Permalink
Revert "disable flaky tests (#43017)"
Browse files Browse the repository at this point in the history
This reverts commit 24cb351.
  • Loading branch information
spalger committed Aug 28, 2019
1 parent 145945e commit 13050c6
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
Original file line number Diff line number Diff line change
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 13050c6

Please sign in to comment.