Skip to content

Commit

Permalink
[ML] Further mutes on DFA upgrade tests (#64545)
Browse files Browse the repository at this point in the history
Because of #64503. This adds to #64540.
  • Loading branch information
dimitris-athanasiou committed Nov 3, 2020
1 parent 3cca4b5 commit 887c98e
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@

---
"Get mixed cluster outlier_detection job":
- skip:
version: " - 7.99.99"
reason: "_doc_count field is currently implemented only in 8.x"
- do:
ml.get_data_frame_analytics:
id: "mixed_cluster_outlier_detection_job"
Expand All @@ -99,6 +102,9 @@

---
"Get mixed cluster outlier_detection job stats":
- skip:
version: " - 7.99.99"
reason: "_doc_count field is currently implemented only in 8.x"
- do:
ml.get_data_frame_analytics_stats:
id: "mixed_cluster_outlier_detection_job"
Expand Down

0 comments on commit 887c98e

Please sign in to comment.