Skip to content

Commit

Permalink
Update version check in yaml test file for allowing composite aggrega…
Browse files Browse the repository at this point in the history
…tion to run under a parent filter aggregation (#16652)

Signed-off-by: Gao Binlong <[email protected]>
  • Loading branch information
gaobinlong authored Nov 15, 2024
1 parent 26e6ea1 commit efef676
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -512,8 +512,8 @@ setup:
---
"Composite aggregation with filtered nested parent":
- skip:
version: " - 2.99.99"
reason: fixed in 3.0.0
version: " - 2.12.99"
reason: fixed in 2.13.0
- do:
search:
rest_total_hits_as_int: true
Expand Down Expand Up @@ -582,8 +582,8 @@ setup:
---
"Composite aggregation with filtered reverse nested parent":
- skip:
version: " - 2.99.99"
reason: fixed in 3.0.0
version: " - 2.12.99"
reason: fixed in 2.13.0
- do:
search:
rest_total_hits_as_int: true
Expand Down

0 comments on commit efef676

Please sign in to comment.