Mark IP range aggregator test as awaits fix
This test reliably fails with the seed 4AC319F8A6B0329B.
This commit is contained in:
parent
a590a22ea3
commit
15f5810774
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue