Skip to content

Commit 1c6f59b

Browse files
authored
Muting flakey test (elastic#58855)
1 parent 1c06d2d commit 1c6f59b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,9 @@ setup:
163163
- match: { trained_model_stats: [] }
164164
---
165165
"Test get stats given trained models":
166-
166+
- skip:
167+
version: "all"
168+
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/58662"
167169
- do:
168170
ml.get_trained_models_stats:
169171
model_id: "a-unused-regression-model"

0 commit comments

Comments
 (0)