Skip to content

Commit 4ac7b68

Browse files
[ML] Further mutes on DFA upgrade tests
Because of elastic#64503. This adds to elastic#64540.
1 parent dc0448d commit 4ac7b68

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/upgraded_cluster/90_ml_data_frame_analytics_crud.yml

+6
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@
8181

8282
---
8383
"Get mixed cluster outlier_detection job":
84+
- skip:
85+
version: " - 7.99.99"
86+
reason: "_doc_count field is currently implemented only in 8.x"
8487
- do:
8588
ml.get_data_frame_analytics:
8689
id: "mixed_cluster_outlier_detection_job"
@@ -99,6 +102,9 @@
99102

100103
---
101104
"Get mixed cluster outlier_detection job stats":
105+
- skip:
106+
version: " - 7.99.99"
107+
reason: "_doc_count field is currently implemented only in 8.x"
102108
- do:
103109
ml.get_data_frame_analytics_stats:
104110
id: "mixed_cluster_outlier_detection_job"

0 commit comments

Comments
 (0)