[TEST] skips shrink source mapping rest test
This change skips the rest test in `rest-api-spec/test/indices.shrink/20_source_mapping.yml` as it currently fails because if we don’t expect the deprecation warning the normal rest tests fail because they get a warning they don’t expect but if we do expect the deprecation warning the mixed cluster tests fail because they don’t get a warning which they expected.
This commit is contained in:
parent
b1f8b75ac3
commit
7a401cd1d2
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
"Shrink index ignores target template mapping":
|
||||
- skip:
|
||||
version: " - 5.5.99"
|
||||
reason: bug fixed in 5.6.0
|
||||
version: " - 6.0.99"
|
||||
reason: bug fixed in 5.6.0 but no way to expect warning for normal rest test but not for mixed cluster test
|
||||
features: "warnings"
|
||||
|
||||
- do:
|
||||
|
|
Loading…
Reference in New Issue