Skip to content

Commit 8716188

Browse files
authored
Mute Freq Items Test frequent item sets unsupported types (#107153)
For #106215, fixing what was not done properly in #107151
1 parent 040eb1e commit 8716188

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -432,10 +432,11 @@ setup:
432432

433433
---
434434
"Test frequent item sets unsupported types":
435+
436+
- skip:
437+
version: "all"
438+
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/106215"
435439
- do:
436-
skip:
437-
version: "all"
438-
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/106215"
439440
catch: /Field \[geo_point\] of type \[geo_point\] is not supported for aggregation \[frequent_item_sets\]/
440441
search:
441442
index: store

0 commit comments

Comments
 (0)