Skip to content

Commit

Permalink
Add supported versions for YAML tests
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdelest committed Sep 28, 2023
1 parent 4751b73 commit 03bfa95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# TextExpansionQueryIT.java to create the token weights.
setup:
- skip:
version: ' - 8.10.99'
reason: "sparse_vector field type reintroduced in 8.11"
features: headers
- do:
headers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
setup:
- skip:
features: headers
version: ' - 8.7.99'
reason: "text_expansion query reintroduced in 8.8"
- do:
headers:
Authorization: "Basic eF9wYWNrX3Jlc3RfdXNlcjp4LXBhY2stdGVzdC1wYXNzd29yZA==" # run as x_pack_rest_user, i.e. the test setup superuser
Expand Down

0 comments on commit 03bfa95

Please sign in to comment.