Skip to content

Commit

Permalink
Fix test versions after backport of #78989 (#79237)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveCTurner authored Oct 15, 2021
1 parent a42ef7f commit aa7f444
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ setup:
---
"Reject request containing comma":
- skip:
version: " - 7.99.99"
reason: "validation only added in 8.0.0"
version: " - 7.15.99"
reason: "validation only added in 7.16.0"
- do:
catch: bad_request
cat.templates:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ setup:
---
"Reject request containing comma":
- skip:
version: " - 7.99.99"
reason: "validation only added in 8.0.0"
version: " - 7.15.99"
reason: "validation only added in 7.16.0"
- do:
catch: bad_request
indices.get_index_template:
Expand Down

0 comments on commit aa7f444

Please sign in to comment.