[ML] Temporarily disabling rolling-upgrade tests

BWC tests disabled while backporting https://github.com/elastic/elasticsearch/pull/32816
This commit is contained in:
Ed Savage 2018-08-15 15:48:50 +01:00
parent 48281ac5bc
commit 51cece1900
3 changed files with 16 additions and 0 deletions

View File

@ -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:

View File

@ -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":

View File

@ -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