Skip to content

Commit

Permalink
Re-enabled anomaly detection test suite without Firefox execution
Browse files Browse the repository at this point in the history
  • Loading branch information
pheyos committed Nov 26, 2019
1 parent 5dc24c9 commit 30fe0c1
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
import { FtrProviderContext } from '../../../ftr_provider_context';

export default function({ loadTestFile }: FtrProviderContext) {
// FLAKY: https://github.com/elastic/kibana/issues/51669
describe.skip('anomaly detection', function() {
describe('anomaly detection', function() {
this.tags(['skipFirefox']);

loadTestFile(require.resolve('./single_metric_job'));
loadTestFile(require.resolve('./multi_metric_job'));
loadTestFile(require.resolve('./population_job'));
Expand Down

0 comments on commit 30fe0c1

Please sign in to comment.