mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 12:56:53 +00:00
Add skip versions for rank_eval yaml tests
This commit is contained in:
parent
1de927c80d
commit
c541a0c60e
@ -1,5 +1,10 @@
|
||||
---
|
||||
"Response format":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: the ranking evaluation feature is only available on 7.0
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
index: foo
|
||||
@ -84,6 +89,10 @@
|
||||
---
|
||||
"Mean Reciprocal Rank":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: the ranking evaluation feature is only available on 7.0
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
index: foo
|
||||
|
@ -1,6 +1,10 @@
|
||||
---
|
||||
"Response format":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: the ranking evaluation feature is only available on 7.0
|
||||
|
||||
- do:
|
||||
index:
|
||||
index: foo
|
||||
|
@ -1,6 +1,10 @@
|
||||
---
|
||||
"Response format":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: the ranking evaluation feature is only available on 7.0
|
||||
|
||||
- do:
|
||||
index:
|
||||
index: foo
|
||||
|
@ -1,5 +1,10 @@
|
||||
---
|
||||
"Template request":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: the ranking evaluation feature is only available on 7.0
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
index: foo
|
||||
|
Loading…
x
Reference in New Issue
Block a user