Skip to content

Commit

Permalink
[TEST] Unmute ML BWC tests
Browse files Browse the repository at this point in the history
Now that elastic#52009 is merged to 7.x the ML BWC tests should work again.

Relates elastic#52009
  • Loading branch information
droberts195 committed Feb 10, 2020
1 parent ee43115 commit b55f2ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
---
"Test get old cluster job":
- skip:
version: "7.7.0 - "
reason: waiting merge of https://github.com/elastic/elasticsearch/pull/52009
- do:
ml.get_jobs:
job_id: old-cluster-job
Expand Down Expand Up @@ -40,9 +37,6 @@

---
"Test get old cluster job's timing stats":
- skip:
version: "7.7.0 - "
reason: waiting merge of https://github.com/elastic/elasticsearch/pull/52009
- do:
ml.get_job_stats:
job_id: old-cluster-job-with-ts
Expand All @@ -57,9 +51,6 @@

---
"Test get old cluster categorization job":
- skip:
version: "7.7.0 - "
reason: waiting merge of https://github.com/elastic/elasticsearch/pull/52009
- do:
ml.get_jobs:
job_id: old-cluster-categorization-job
Expand Down Expand Up @@ -97,9 +88,6 @@

---
"Create a job in the mixed cluster and write some data":
- skip:
version: "7.7.0 - "
reason: waiting merge of https://github.com/elastic/elasticsearch/pull/52009
- do:
ml.put_job:
job_id: mixed-cluster-job
Expand Down Expand Up @@ -152,9 +140,7 @@

---
"Test job with pre 6.4 rules":
- skip:
version: "7.7.0 - "
reason: waiting merge of https://github.com/elastic/elasticsearch/pull/52009

- do:
ml.get_jobs:
job_id: job-with-old-rules
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ setup:

---
"Test open old jobs":
- skip:
version: "7.7.0 - "
reason: waiting merge of https://github.com/elastic/elasticsearch/pull/52009
- do:
ml.open_job:
job_id: old-cluster-job
Expand Down Expand Up @@ -114,9 +111,6 @@ setup:

---
"Test get old cluster job's timing stats":
- skip:
version: "7.7.0 - "
reason: waiting merge of https://github.com/elastic/elasticsearch/pull/52009
- do:
ml.get_job_stats:
job_id: old-cluster-job-with-ts
Expand All @@ -141,9 +135,6 @@ setup:

---
"Test job with pre 6.4 rules":
- skip:
version: "7.7.0 - "
reason: waiting merge of https://github.com/elastic/elasticsearch/pull/52009
- do:
ml.get_jobs:
job_id: job-with-old-rules
Expand All @@ -153,9 +144,6 @@ setup:

---
"Test get job with function shortcut should expand":
- skip:
version: "7.7.0 - "
reason: waiting merge of https://github.com/elastic/elasticsearch/pull/52009
- do:
ml.get_jobs:
job_id: old-cluster-function-shortcut-expansion
Expand Down

0 comments on commit b55f2ef

Please sign in to comment.