Skip to content

Commit

Permalink
[ML] Actually fix DFA mixed cluster tests (elastic#64551)
Browse files Browse the repository at this point in the history
Relates elastic#64503.
  • Loading branch information
dimitris-athanasiou authored Nov 3, 2020
1 parent 0ffbcd3 commit 607713f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
---
"Get mixed cluster outlier_detection job":
- skip:
version: " - 7.99.99"
version: " - 8.00.00"
reason: "_doc_count field is currently implemented only in 8.x"
- do:
ml.get_data_frame_analytics:
Expand All @@ -103,7 +103,7 @@
---
"Get mixed cluster outlier_detection job stats":
- skip:
version: " - 7.99.99"
version: " - 8.00.00"
reason: "_doc_count field is currently implemented only in 8.x"
- do:
ml.get_data_frame_analytics_stats:
Expand Down

0 comments on commit 607713f

Please sign in to comment.