Skip to content

Commit a15a20d

Browse files
Update version check in yaml test file for bitmap filtering (#15993) (#15997)
(cherry picked from commit ab7816c) Signed-off-by: Gao Binlong <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a019322 commit a15a20d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/search/370_bitmap_filtering.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
setup:
33
- skip:
4-
version: " - 2.99.99"
4+
version: " - 2.16.99"
55
reason: The bitmap filtering feature is available in 2.17 and later.
66
- do:
77
indices.create:

0 commit comments

Comments
 (0)