[TEST] Remove validate_query rewrite YAML test
This commit is contained in:
parent
8dd7dae5b9
commit
3b93653863
|
@ -33,13 +33,4 @@
|
|||
- match: {_shards.failed: 0}
|
||||
- match: {explanations.0.index: 'testing'}
|
||||
- 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