Fix ML upgrade tests

Original commit: elastic/x-pack-elasticsearch@50e114e7eb
This commit is contained in:
David Kyle 2017-06-01 20:26:57 +01:00
parent bf068e9ec3
commit e16787ae7b
1 changed files with 0 additions and 8 deletions

View File

@ -1,4 +1,3 @@
---
setup:
- do:
cluster.health:
@ -9,11 +8,6 @@ setup:
---
"Test open old jobs":
- do:
xpack.ml.get_jobs:
job_id: "_all"
- match: { count: 2 }
- do:
xpack.ml.open_job:
job_id: old-cluster-job
@ -58,8 +52,6 @@ setup:
job_id: mixed-cluster-job
- match: { count: 1 }
---
teardown:
- do:
xpack.ml.delete_job:
job_id: old-cluster-job