Remove unnecessary indices refresh from cluster.state/20_filtering.yaml file

This commit is contained in:
Tanguy Leroux 2016-07-29 16:55:48 +02:00
parent 7d4f557aa3
commit e642187642
1 changed files with 0 additions and 5 deletions

View File

@ -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 ]