Skip to content

Commit

Permalink
Update watcher test skip versions after elastic#68076
Browse files Browse the repository at this point in the history
This commit updates the skip versions used in tests that put watches
with partial indices options to only skip 7.10.1 and 7.10.2 now that
the fix has been backported.
  • Loading branch information
jaymode committed Jan 28, 2021
1 parent 307cbb1 commit f8666d6
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ setup:
---
"Test put watch with allow no indices":
- skip:
version: "7.10.1 - 7.99.99"
reason: "watch parsing with partial indices options was broken in 7.10.1"
version: "7.10.1 - 7.10.2"
reason: "watch parsing with partial indices options was broken in 7.10.1 and 7.10.2"
- do:
watcher.put_watch:
id: "my_watch_allow_no_indices"
Expand Down Expand Up @@ -53,8 +53,8 @@ setup:
---
"Test put watch with expand wildcards":
- skip:
version: "7.10.1 - 7.99.99"
reason: "watch parsing with partial indices options was broken in 7.10.1"
version: "7.10.1 - 7.10.2"
reason: "watch parsing with partial indices options was broken in 7.10.1 and 7.10.2"
- do:
watcher.put_watch:
id: "my_watch_expand_wildcards"
Expand Down Expand Up @@ -99,8 +99,8 @@ setup:
---
"Test put watch with ignore unavailable":
- skip:
version: "7.10.1 - 7.99.99"
reason: "watch parsing with partial indices options was broken in 7.10.1"
version: "7.10.1 - 7.10.2"
reason: "watch parsing with partial indices options was broken in 7.10.1 and 7.10.2"
- do:
watcher.put_watch:
id: "my_watch_ignore_unavailable"
Expand Down

0 comments on commit f8666d6

Please sign in to comment.