Tests: reenable ShardReduceIT#testIpRange.
This commit is contained in:
parent
6f82b0c6e2
commit
93cfbe29e0
|
@ -235,7 +235,6 @@ public class ShardReduceIT extends ESIntegTestCase {
|
|||
assertThat(histo.getBuckets().size(), equalTo(4));
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/17700")
|
||||
public void testIpRange() throws Exception {
|
||||
SearchResponse response = client().prepareSearch("idx")
|
||||
.setQuery(QueryBuilders.matchAllQuery())
|
||||
|
|
Loading…
Reference in New Issue