Skip to content

Commit

Permalink
Muting some ML yaml tests
Browse files Browse the repository at this point in the history
Muting "ml/ml_info/Test ml info" and "ml/jobs_crud/Test put job with
model_memory_limit as string and lazy open"
  • Loading branch information
Christoph Büscher committed Jan 28, 2021
1 parent 9d640d3 commit d975922
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@
---
"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
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ 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 d975922

Please sign in to comment.