Skip to content

Commit

Permalink
Skip uppercase regex tests before 2.4.0
Browse files Browse the repository at this point in the history
This feature was backported in #4219 and will only be present in
version 2.4 and newer. The test must be skipped for mixed cluster cases
with nodes older than 2.4.

Signed-off-by: Andrew Ross <[email protected]>
  • Loading branch information
andrross committed Oct 21, 2022
1 parent 38287d8 commit 55b2f96
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ setup:

---
"search with uppercase regex":
- skip:
version: " - 2.3.99"
reason: uppercase regex not supported before 2.4.0
- do:
search:
rest_total_hits_as_int: true
Expand Down

0 comments on commit 55b2f96

Please sign in to comment.