Skip to content

Commit

Permalink
skip flaky suite (#51669)
Browse files Browse the repository at this point in the history
(cherry picked from commit fb476b2)
  • Loading branch information
spalger committed Nov 25, 2019
1 parent 42da86a commit 7222651
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
import { FtrProviderContext } from '../../../ftr_provider_context';

export default function({ loadTestFile }: FtrProviderContext) {
describe('anomaly detection', function() {
// FLAKY: https://github.com/elastic/kibana/issues/51669
describe.skip('anomaly detection', function() {
loadTestFile(require.resolve('./single_metric_job'));
loadTestFile(require.resolve('./multi_metric_job'));
loadTestFile(require.resolve('./population_job'));
Expand Down

0 comments on commit 7222651

Please sign in to comment.