Skip to content

Commit

Permalink
Adjust test version for vector functions
Browse files Browse the repository at this point in the history
Relates to #43944
  • Loading branch information
mayya-sharipova committed Jul 5, 2019
1 parent 5255eb3 commit a56f020
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
@@ -1,8 +1,8 @@
setup:
- skip:
features: headers
version: " - 7.2.99"
reason: "dense_vector functions were added from 7.3"
version: " - 7.3.99"
reason: "dense_vector functions check on empty values was added from 7.4"

- do:
indices.create:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
setup:
- skip:
features: headers
version: " - 7.2.99"
reason: "sparse_vector functions were introduced in 7.3.0"
version: " - 7.3.99"
reason: "sparse_vector functions check on empty values was added from 7.4"

- do:
indices.create:
Expand Down

0 comments on commit a56f020

Please sign in to comment.