Skip to content

Commit f23e568

Browse files
committed
Update skip before backport of elastic#67043
When I merged elastic#67043 it had an integration test for the thing it was fixing but it still fails in the bwc tests. Yikes! I should know better but life is life. Anyway, this updates the skip to ignore the test for now. I'll reenable once the backport is in.
1 parent 963c328 commit f23e568

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/220_filters_bucket.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,10 @@ setup:
344344

345345
---
346346
nested:
347+
- skip:
348+
version: " - 7.99.99"
349+
reason: cache fixed in 8.0.0 to be backported to 7.11.0
350+
347351
# Tests that we don't accidentally match nested documents when the filter
348352
# matches it.
349353
- do:

0 commit comments

Comments
 (0)