There was an error while loading. Please reload this page.
1 parent 668bcd0 commit 7d13545Copy full SHA for 7d13545
src/test/java/org/elasticsearch/test/integration/indices/stats/SimpleIndexStatsTests.java
@@ -57,6 +57,7 @@ protected Client getClient() {
57
58
@Test
59
public void simpleStats() throws Exception {
60
+ client.admin().indices().prepareDelete().execute().actionGet();
61
// rely on 1 replica for this tests
62
client.admin().indices().prepareCreate("test1").execute().actionGet();
63
client.admin().indices().prepareCreate("test2").execute().actionGet();
0 commit comments