[TEST] add version skip to weighted_avg tests
Added in 6.4, so we don't want this running on pre-6.4 BWC tests
This commit is contained in:
parent
e2b665c2e6
commit
7c43da280b
|
@ -1,4 +1,7 @@
|
||||||
setup:
|
setup:
|
||||||
|
- skip:
|
||||||
|
version: " - 6.3.99"
|
||||||
|
reason: weighted_avg is only available as of 6.4.0
|
||||||
- do:
|
- do:
|
||||||
indices.create:
|
indices.create:
|
||||||
index: test_1
|
index: test_1
|
||||||
|
|
Loading…
Reference in New Issue