Remove unnecessary indices refresh from cluster.state/20_filtering.yaml file
This commit is contained in:
parent
7d4f557aa3
commit
e642187642
|
@ -6,8 +6,6 @@ setup:
|
|||
id: testing_document
|
||||
body:
|
||||
"text" : "The quick brown fox is brown."
|
||||
- do:
|
||||
indices.refresh: {}
|
||||
|
||||
---
|
||||
"Filtering the cluster state by blocks should return the blocks field even if the response is empty":
|
||||
|
@ -105,9 +103,6 @@ setup:
|
|||
body:
|
||||
"text" : "The quick brown fox is brown."
|
||||
|
||||
- do:
|
||||
indices.refresh: {}
|
||||
|
||||
- do:
|
||||
cluster.state:
|
||||
metric: [ routing_table, metadata ]
|
||||
|
|
Loading…
Reference in New Issue