Skip to content

Commit 040eb1e

Browse files
authored
[Ml] Mute frequent items failure (#107151)
1 parent 173900f commit 040eb1e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,9 @@ setup:
433433
---
434434
"Test frequent item sets unsupported types":
435435
- do:
436+
skip:
437+
version: "all"
438+
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/106215"
436439
catch: /Field \[geo_point\] of type \[geo_point\] is not supported for aggregation \[frequent_item_sets\]/
437440
search:
438441
index: store

0 commit comments

Comments
 (0)