Skip to content

Commit 783e090

Browse files
committed
[ML] Unmute memory-dependent ML YAML tests (#69333)
Unmute the YAML tests that were muted due to the problem of #66885. The underlying problem was fixed by #68542.
1 parent 16530cf commit 783e090

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

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

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

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

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

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

0 commit comments

Comments
 (0)