Skip to content

Commit

Permalink
fix skip version (elastic#77813)
Browse files Browse the repository at this point in the history
  • Loading branch information
not-napoleon authored Sep 15, 2021
1 parent 25ae136 commit 413a599
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ setup:
---
"respect offsets in range bounds":
- skip:
version: " - 7.99.99"
reason: "Fixed in 7.16 (backport pending)"
version: " - 7.15.99"
reason: "Fixed in 7.16"
- do:
search:
rest_total_hits_as_int: true
Expand Down Expand Up @@ -61,8 +61,8 @@ setup:
---
"offsets and timezones play nicely together":
- skip:
version: " - 7.99.99"
reason: "Fixed in 7.16 (backport pending)"
version: " - 7.15.99"
reason: "Fixed in 7.16"
- do:
search:
rest_total_hits_as_int: true
Expand Down

0 comments on commit 413a599

Please sign in to comment.