Test fix - rest test missing version skip for new 6.0 significant_text agg
This commit is contained in:
parent
95ebdbaddb
commit
a64937db7a
|
@ -1,5 +1,10 @@
|
|||
---
|
||||
"Default index":
|
||||
|
||||
- skip:
|
||||
version: " - 5.99.99"
|
||||
reason: this uses a new feature that has been added in 6.0.0
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
index: goodbad
|
||||
|
@ -82,6 +87,11 @@
|
|||
|
||||
---
|
||||
"Dedup noise":
|
||||
|
||||
- skip:
|
||||
version: " - 5.99.99"
|
||||
reason: this uses a new feature that has been added in 6.0.0
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
index: goodbad
|
||||
|
|
Loading…
Reference in New Issue