Skip to content

Commit e7ab32f

Browse files
authored
AwaitsFix for #95386 (#95403)
1 parent dd78ff2 commit e7ab32f

File tree

1 file changed

+4
-2
lines changed
  • modules/aggregations/src/yamlRestTest/resources/rest-api-spec/test/aggregations

1 file changed

+4
-2
lines changed

modules/aggregations/src/yamlRestTest/resources/rest-api-spec/test/aggregations/composite.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,8 +492,10 @@ setup:
492492
---
493493
"Composite aggregation with lossy format":
494494
- skip:
495-
version: " - 7.13.99"
496-
reason: After key parse checking added in 7.14
495+
# version: " - 7.13.99"
496+
# reason: After key parse checking added in 7.14
497+
version: "all"
498+
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/95386"
497499

498500
- do:
499501
catch: /created output it couldn't parse/

0 commit comments

Comments
 (0)