[TEST] Don't stop master node.
This commit is contained in:
parent
3573822b7e
commit
41bcb3e0d3
|
@ -88,7 +88,7 @@ public class SearchScrollWithFailingNodesTests extends ElasticsearchIntegrationT
|
|||
assertThat(numHits, equalTo(100l));
|
||||
clearScroll("_all");
|
||||
|
||||
cluster().stopRandomDataNode();
|
||||
cluster().stopRandomNonMasterNode();
|
||||
|
||||
searchResponse = client().prepareSearch()
|
||||
.setQuery(matchAllQuery())
|
||||
|
|
Loading…
Reference in New Issue