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