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…
Reference in New Issue