Test fix - rest test missing version skip for new 6.0 significant_text agg

This commit is contained in:
markharwood 2017-05-24 17:05:02 +01:00
parent 95ebdbaddb
commit a64937db7a
1 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,10 @@
--- ---
"Default index": "Default index":
- skip:
version: " - 5.99.99"
reason: this uses a new feature that has been added in 6.0.0
- do: - do:
indices.create: indices.create:
index: goodbad index: goodbad
@ -82,6 +87,11 @@
--- ---
"Dedup noise": "Dedup noise":
- skip:
version: " - 5.99.99"
reason: this uses a new feature that has been added in 6.0.0
- do: - do:
indices.create: indices.create:
index: goodbad index: goodbad