You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 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 number
Diff line number
Diff line change
@@ -81,6 +81,9 @@
81
81
82
82
---
83
83
"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"
84
87
- do:
85
88
ml.get_data_frame_analytics:
86
89
id: "mixed_cluster_outlier_detection_job"
@@ -99,6 +102,9 @@
99
102
100
103
---
101
104
"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"
0 commit comments