We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 040eb1e commit 8716188Copy full SHA for 8716188
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/ml/frequent_item_sets_agg.yml
@@ -432,10 +432,11 @@ setup:
432
433
---
434
"Test frequent item sets unsupported types":
435
+
436
+ - skip:
437
+ version: "all"
438
+ reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/106215"
439
- do:
- skip:
- version: "all"
- reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/106215"
440
catch: /Field \[geo_point\] of type \[geo_point\] is not supported for aggregation \[frequent_item_sets\]/
441
search:
442
index: store
0 commit comments