Skip to content

Commit

Permalink
Update version check in yml test
Browse files Browse the repository at this point in the history
Signed-off-by: Gao Binlong <gbinlong@amazon.com>
  • Loading branch information
gaobinlong committed Jul 11, 2024
1 parent 6e66586 commit bbe00ba
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@
---
"Can set is_hidden":
- skip:
version: " - 2.15.99"
reason: "Fix was introduced in 2.16.0"
version: " - 2.99.99"
reason: "Fix was introduced in 3.0.0"
- do:
indices.create:
index: test_index
Expand All @@ -295,8 +295,8 @@
---
"Throws exception with invalid parameters":
- skip:
version: " - 2.15.99"
reason: "Fix was introduced in 2.16.0"
version: " - 2.99.99"
reason: "Fix was introduced in 3.0.0"

- do:
indices.create:
Expand Down

0 comments on commit bbe00ba

Please sign in to comment.