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 dd78ff2 commit e7ab32fCopy full SHA for e7ab32f
modules/aggregations/src/yamlRestTest/resources/rest-api-spec/test/aggregations/composite.yml
@@ -492,8 +492,10 @@ setup:
492
---
493
"Composite aggregation with lossy format":
494
- skip:
495
- version: " - 7.13.99"
496
- reason: After key parse checking added in 7.14
+ # version: " - 7.13.99"
+ # reason: After key parse checking added in 7.14
497
+ version: "all"
498
+ reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/95386"
499
500
- do:
501
catch: /created output it couldn't parse/
0 commit comments