Skip to content

Commit d604b3e

Browse files
committed
Temporarily disabled ML BWC tests for backporting
#32816
1 parent b5a8536 commit d604b3e

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
setup:
3+
- skip:
4+
version: "all"
5+
reason: "Temporarily disabled while backporting https://github.com/elastic/elasticsearch/pull/32816"
6+
17
---
28
"Test old cluster datafeed":
39
- do:

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
setup:
3+
- skip:
4+
version: "all"
5+
reason: "Temporarily disabled while backporting https://github.com/elastic/elasticsearch/pull/32816"
6+
17
---
28
"Put job and datafeed in old cluster":
39

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
setup:
2+
- skip:
3+
version: "all"
4+
reason: "Temporarily disabled while backporting https://github.com/elastic/elasticsearch/pull/32816"
5+
26
- do:
37
cluster.health:
48
wait_for_status: green

0 commit comments

Comments
 (0)