Skip to content

Commit

Permalink
[MUTE] search with uppercase regex in bwc testing (#4226)
Browse files Browse the repository at this point in the history
Prevents "search with uppercase regex" in 190_index_prefix_search.yml from
running in bwc testing until feature is backported.

Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
  • Loading branch information
nknize committed Aug 16, 2022
1 parent 280b938 commit 1e47b95
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.99.99"
reason: uppercase regex not supported before 3.0.0
- do:
search:
rest_total_hits_as_int: true
Expand Down

0 comments on commit 1e47b95

Please sign in to comment.