Tests: reenable ShardReduceIT#testIpRange.

This commit is contained in:
Adrien Grand 2017-08-11 11:04:40 +02:00
parent 6f82b0c6e2
commit 93cfbe29e0
1 changed files with 0 additions and 1 deletions

View File

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