[TEST] Remove flush calls that are not needed
This commit is contained in:
parent
6102938989
commit
bd816f02ee
|
@ -24,10 +24,6 @@
|
|||
- '{"index": {"_index": "test_index_1", "_type": "test_type"}}'
|
||||
- '{"f1": "local_cluster", "filter_field": 0}'
|
||||
|
||||
- do:
|
||||
indices.flush:
|
||||
index: test_index_1
|
||||
|
||||
- do:
|
||||
search:
|
||||
index: test_index_1,my_remote_cluster|test_index
|
||||
|
|
|
@ -29,10 +29,6 @@
|
|||
- '{"index": {"_index": "test_index", "_type": "test_type"}}'
|
||||
- '{"f1": "remote_cluster", "filter_field": 0}'
|
||||
|
||||
- do:
|
||||
indices.flush:
|
||||
index: test_index
|
||||
|
||||
- do:
|
||||
search:
|
||||
index: test_index
|
||||
|
|
Loading…
Reference in New Issue