Skip to content

Commit e23e1bf

Browse files
[ML] Mute data frame analytics BWC tests
Until #50553 is backported to 7.x
1 parent af0ce42 commit e23e1bf

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

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

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
setup:
2+
- skip:
3+
version: "all"
4+
reason: "Until backport of https://github.com/elastic/elasticsearch/issues/50553"
5+
16
---
27
"Get old outlier_detection job":
38

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

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
setup:
2+
- skip:
3+
version: "all"
4+
reason: "Until backport of https://github.com/elastic/elasticsearch/issues/50553"
25

36
- do:
47
index:

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

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
setup:
2+
- skip:
3+
version: "all"
4+
reason: "Until backport of https://github.com/elastic/elasticsearch/issues/50553"
5+
16
---
27
"Get old cluster outlier_detection job":
38

0 commit comments

Comments
 (0)