Skip to content

Commit

Permalink
[ML] Functional tests - disable DFA creation and cloning tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pheyos committed Jul 14, 2020
1 parent 90f233b commit 57144f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/ml/data_frame_analytics/index.ts
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('data frame analytics', function () {
// flaky tests
describe.skip('data frame analytics', function () {
this.tags(['mlqa', 'skipFirefox']);

loadTestFile(require.resolve('./outlier_detection_creation'));
Expand Down

0 comments on commit 57144f9

Please sign in to comment.