[TEST] Remove validate_query rewrite YAML test
This commit is contained in:
parent
8dd7dae5b9
commit
3b93653863
|
@ -34,12 +34,3 @@
|
||||||
- match: {explanations.0.index: 'testing'}
|
- match: {explanations.0.index: 'testing'}
|
||||||
- match: {explanations.0.explanation: '*:*'}
|
- match: {explanations.0.explanation: '*:*'}
|
||||||
|
|
||||||
- do:
|
|
||||||
indices.validate_query:
|
|
||||||
rewrite: true
|
|
||||||
|
|
||||||
- is_true: valid
|
|
||||||
- match: {_shards.failed: 0}
|
|
||||||
- match: {explanations.0.index: 'testing'}
|
|
||||||
- match: {explanations.0.explanation: 'ConstantScore(*:*)'}
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue