[TEST] Add skip for 5.x BWC tests for custom filter in analyze API
Resolves #25316
This commit is contained in:
parent
5abb7c4bec
commit
50bac63210
|
@ -58,6 +58,9 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
"Custom filter in request":
|
"Custom filter in request":
|
||||||
|
- skip:
|
||||||
|
version: " - 5.99.99"
|
||||||
|
reason: token filter name changed in 6.0, so this needs to be skipped on mixed clusters
|
||||||
- do:
|
- do:
|
||||||
indices.analyze:
|
indices.analyze:
|
||||||
body:
|
body:
|
||||||
|
|
Loading…
Reference in New Issue