Skip to content

Commit

Permalink
skip flaky suite (elastic#51669)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger authored and timductive committed Dec 16, 2019
1 parent 1e120fe commit 7d34faa
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 7d34faa

Please sign in to comment.