Skip to content

Commit 51cece1

Browse files
committed
[ML] Temporarily disabling rolling-upgrade tests
BWC tests disabled while backporting #32816
1 parent 48281ac commit 51cece1

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/30_ml_jobs_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 get old cluster job":
39
- do:

x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/old_cluster/30_ml_jobs_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 on the old cluster and post some data":
39

x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/upgraded_cluster/30_ml_jobs_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)