Skip to content

Commit

Permalink
Add BWC checks in REST api test (opensearch-project#11733)
Browse files Browse the repository at this point in the history
  • Loading branch information
brusic committed Nov 5, 2024
1 parent 8116fca commit 0d7fd10
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,12 @@ setup:
---
"Show only intersections":
- skip:
version: " - 2.13.99"
reason: "show_only_intersecting was added in 2.14"
version: " - 2.99.99"
reason: "show_only_intersecting was added in 3.0.0"
features: node_selector
- do:
node_selector:
version: "2.14.0 - "
version: "3.0.0 - "
search:
index: test
rest_total_hits_as_int: true
Expand Down

0 comments on commit 0d7fd10

Please sign in to comment.