Modify skips for get missing alises tests

Previous work modified the status code on the get aliases API when an
alias is missing so that these requests 404 now. This change was also
backported to 5.5 so we can adjust the skips to skip everything before
5.5.0.
This commit is contained in:
Jason Tedor 2017-06-06 15:35:30 -04:00
parent e03c4938c5
commit 5a0b159cb7
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
---
"Basic test for delete alias":
- skip:
version: " - 5.99.99"
version: " - 5.4.99"
reason: Previous versions did not 404 on missing aliases
- do:

View File

@ -167,7 +167,7 @@ setup:
---
"Non-existent alias on an existing index returns 404":
- skip:
version: " - 5.99.99"
version: " - 5.4.99"
reason: Previous versions did not 404 on missing aliases
- do:
@ -182,7 +182,7 @@ setup:
---
"Existent and non-existent alias returns 404 and the existing alias":
- skip:
version: " - 5.99.99"
version: " - 5.4.99"
reason: Previous versions did not 404 on missing aliases
- do:
@ -198,7 +198,7 @@ setup:
---
"Existent and non-existent aliases returns 404 and the existing alias":
- skip:
version: " - 5.99.99"
version: " - 5.4.99"
reason: Previous versions did not 404 on missing aliases
- do: