[ML] Temporarily disabling rolling-upgrade tests
BWC tests disabled while backporting https://github.com/elastic/elasticsearch/pull/32816
This commit is contained in:
parent
48281ac5bc
commit
51cece1900
|
@ -1,3 +1,9 @@
|
|||
---
|
||||
setup:
|
||||
- skip:
|
||||
version: "all"
|
||||
reason: "Temporarily disabled while backporting https://github.com/elastic/elasticsearch/pull/32816"
|
||||
|
||||
---
|
||||
"Test get old cluster job":
|
||||
- do:
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
---
|
||||
setup:
|
||||
- skip:
|
||||
version: "all"
|
||||
reason: "Temporarily disabled while backporting https://github.com/elastic/elasticsearch/pull/32816"
|
||||
|
||||
---
|
||||
"Put job on the old cluster and post some data":
|
||||
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
setup:
|
||||
- skip:
|
||||
version: "all"
|
||||
reason: "Temporarily disabled while backporting https://github.com/elastic/elasticsearch/pull/32816"
|
||||
|
||||
- do:
|
||||
cluster.health:
|
||||
wait_for_status: green
|
||||
|
|
Loading…
Reference in New Issue