Skip to content

Commit 7bcb3fc

Browse files
author
Christoph Büscher
committed
Muting some ML yaml tests
Muting "ml/ml_info/Test ml info" and "ml/jobs_crud/Test put job with model_memory_limit as string and lazy open"
1 parent 9e3ffaa commit 7bcb3fc

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

x-pack/plugin/src/test/resources/rest-api-spec/test/ml/jobs_crud.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,9 @@
138138
---
139139
"Test put job with model_memory_limit as string and lazy open":
140140
- skip:
141+
version: "all"
141142
features: headers
143+
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/66885"
142144
- do:
143145
ml.put_job:
144146
job_id: job-model-memory-limit-as-string

x-pack/plugin/src/test/resources/rest-api-spec/test/ml/ml_info.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ teardown:
88

99
---
1010
"Test ml info":
11+
12+
- skip:
13+
version: "all"
14+
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/66885"
15+
1116
- do:
1217
ml.info: {}
1318
- match: { defaults.anomaly_detectors.categorization_analyzer.tokenizer: "ml_classic" }

0 commit comments

Comments
 (0)