Skip to content

Commit

Permalink
use new cluster_requires for yaml tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jdconrad committed Mar 12, 2024
1 parent 6f2b2ac commit f3411c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
setup:
- skip:
version: ' - 8.13.99'
reason: 'rrf retriever added in 8.14'
- requires:
cluster_features: 'rrf_retriever_supported'
reason: 'test requires rrf retriever implementation'

- do:
indices.create:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
setup:
- skip:
features: close_to
version: ' - 8.13.99'
reason: 'rrf retriever added in 8.14'

- requires:
cluster_features: 'rrf_retriever_supported'
reason: 'test requires rrf retriever implementation'

- do:
indices.create:
Expand Down

0 comments on commit f3411c5

Please sign in to comment.