Mark IP range aggregator test as awaits fix

This test reliably fails with the seed 4AC319F8A6B0329B.
This commit is contained in:
Jason Tedor 2017-02-20 14:42:16 -05:00
parent a590a22ea3
commit 15f5810774
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ public class IpRangeAggregatorTests extends AggregatorTestCase {
return false;
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/23272")
public void testRanges() throws Exception {
boolean v4 = randomBoolean();
IpRangeAggregationBuilder builder = new IpRangeAggregationBuilder("test_agg").field("field");