Search: Test deprecated field in mixed cluster
Update the test for the deprecated `_source_exclude` parameter to run against 6.6.0+ now that we've backported the deprecation. Relates to #33475
This commit is contained in:
parent
7ef65dedc3
commit
70e939ee38
|
@ -75,7 +75,7 @@
|
||||||
"Deprecated _source_include and _source_exclude":
|
"Deprecated _source_include and _source_exclude":
|
||||||
|
|
||||||
- skip:
|
- skip:
|
||||||
version: " - 6.99.99"
|
version: " - 6.5.99"
|
||||||
reason: _source_include and _source_exclude are deprecated from 6.6.0
|
reason: _source_include and _source_exclude are deprecated from 6.6.0
|
||||||
features: "warnings"
|
features: "warnings"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue