[ML] Re-enable tests muted in #30982
This commit is contained in:
parent
992c7889ee
commit
ca00deb8ad
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue