Mute GeoGridAggregatorTestCase#testBounds()
Tracking issue: https://github.com/elastic/elasticsearch/issues/51103
This commit is contained in:
parent
d0554fd317
commit
e2ca93bad3
|
@ -126,6 +126,7 @@ public abstract class GeoGridAggregatorTestCase<T extends InternalGeoGridBucket>
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/51103")
|
||||||
public void testBounds() throws IOException {
|
public void testBounds() throws IOException {
|
||||||
final int numDocs = randomIntBetween(64, 256);
|
final int numDocs = randomIntBetween(64, 256);
|
||||||
final GeoGridAggregationBuilder builder = createBuilder("_name");
|
final GeoGridAggregationBuilder builder = createBuilder("_name");
|
||||||
|
|
Loading…
Reference in New Issue