Skip to content

Commit 6ffd24c

Browse files
[ML] Actually fix DFA mixed cluster tests
Relates elastic#64503.
1 parent 887c98e commit 6ffd24c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
---
8383
"Get mixed cluster outlier_detection job":
8484
- skip:
85-
version: " - 7.99.99"
85+
version: " - 8.00.00"
8686
reason: "_doc_count field is currently implemented only in 8.x"
8787
- do:
8888
ml.get_data_frame_analytics:
@@ -103,7 +103,7 @@
103103
---
104104
"Get mixed cluster outlier_detection job stats":
105105
- skip:
106-
version: " - 7.99.99"
106+
version: " - 8.00.00"
107107
reason: "_doc_count field is currently implemented only in 8.x"
108108
- do:
109109
ml.get_data_frame_analytics_stats:

0 commit comments

Comments
 (0)