Skip to content

Commit

Permalink
[ML] Re-enable tests muted in #30982
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkyle committed Jun 15, 2018
1 parent 992c788 commit ca00deb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
---
"Test get old cluster job":
- skip:
version: "all"
reason: "@AwaitsFix: https://github.com/elastic/elasticsearch/issues/30982"
- do:
xpack.ml.get_jobs:
job_id: old-cluster-job
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: "all"
reason: "@AwaitsFix: https://github.com/elastic/elasticsearch/issues/30982"
- do:
xpack.ml.open_job:
job_id: old-cluster-job
Expand Down Expand Up @@ -77,9 +74,6 @@ setup:

---
"Test job with no model memory limit has established model memory after reopening":
- skip:
version: "all"
reason: "@AwaitsFix: https://github.com/elastic/elasticsearch/issues/30982"
- do:
xpack.ml.open_job:
job_id: no-model-memory-limit-job
Expand Down

0 comments on commit ca00deb

Please sign in to comment.