We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff4681 commit 44382aeCopy full SHA for 44382ae
src/test/java/org/elasticsearch/search/aggregations/metrics/AbstractNumericTests.java
@@ -72,7 +72,6 @@ public void init() throws Exception {
72
.endObject()));
73
}
74
indexRandom(true, builders);
75
- ensureGreen(); // wait until we are ready to serve requests
76
77
78
public abstract void testEmptyAggregation() throws Exception;
src/test/java/org/elasticsearch/search/aggregations/metrics/ValueCountTests.java
@@ -61,7 +61,6 @@ public void init() throws Exception {
61
62
client().admin().indices().prepareFlush().execute().actionGet();
63
client().admin().indices().prepareRefresh().execute().actionGet();
64
- ensureGreen();
65
66
67
@Test
0 commit comments