Mute ML rolling upgrade tests. Awaits fix elastic/x-pack-elasticsearch#1760

Original commit: elastic/x-pack-elasticsearch@deaf060818
This commit is contained in:
David Kyle 2017-09-07 14:25:52 +01:00
parent 53294f217c
commit 51603620ee
6 changed files with 28 additions and 0 deletions

View File

@ -7,6 +7,10 @@ setup:
---
"Test get old cluster job":
- skip:
version: "all"
reason: "Awaiting fix of #1760"
- do:
xpack.ml.get_jobs:
job_id: old-cluster-job
@ -44,6 +48,10 @@ setup:
---
"Create a job in the mixed cluster and write some data":
- skip:
version: "all"
reason: "Awaiting fix of #1760"
- do:
xpack.ml.put_job:
job_id: mixed-cluster-job

View File

@ -6,6 +6,10 @@ setup:
---
"Test old cluster datafeed":
- skip:
version: "all"
reason: "Awaiting fix of #1760"
- do:
xpack.ml.get_datafeeds:
datafeed_id: old-cluster-datafeed
@ -22,6 +26,9 @@ setup:
---
"Put job and datafeed in mixed cluster":
- skip:
version: "all"
reason: "Awaiting fix of #1760"
- do:
xpack.ml.put_job:

View File

@ -1,5 +1,8 @@
---
"Put job on the old cluster and post some data":
- skip:
version: "all"
reason: "Awaiting fix of #1760"
- do:
xpack.ml.put_job:

View File

@ -1,5 +1,8 @@
---
"Put job and datafeed in old cluster":
- skip:
version: "all"
reason: "Awaiting fix of #1760"
- do:
xpack.ml.put_job:

View File

@ -8,6 +8,9 @@ setup:
---
"Test open old jobs":
- skip:
version: "all"
reason: "Awaiting fix of #1760"
- do:
xpack.ml.open_job:

View File

@ -18,6 +18,10 @@ setup:
---
"Test old and mixed cluster datafeeds":
- skip:
version: "all"
reason: "Awaiting fix of #1760"
- do:
xpack.ml.get_datafeeds:
datafeed_id: old-cluster-datafeed