[TEST] Remove flush calls that are not needed

This commit is contained in:
javanna 2016-12-02 01:00:20 +01:00 committed by Luca Cavanna
parent 6102938989
commit bd816f02ee
2 changed files with 0 additions and 8 deletions

View File

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

View File

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