Skip to content

Commit

Permalink
[ML] Unmute memory-dependent ML YAML tests (#69333)
Browse files Browse the repository at this point in the history
Unmute the YAML tests that were muted due to the problem
of #66885.

The underlying problem was fixed by #68542.
  • Loading branch information
droberts195 committed Feb 22, 2021
1 parent 16530cf commit 783e090
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Expand Up @@ -138,9 +138,7 @@
---
"Test put job with model_memory_limit as string and lazy open":
- skip:
version: "all"
features: headers
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/66885"
- do:
ml.put_job:
job_id: job-model-memory-limit-as-string
Expand Down
Expand Up @@ -8,11 +8,6 @@ teardown:

---
"Test ml info":

- skip:
version: "all"
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/66885"

- do:
ml.info: {}
- match: { defaults.anomaly_detectors.categorization_analyzer.tokenizer: "ml_classic" }
Expand Down

0 comments on commit 783e090

Please sign in to comment.