mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
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 {
|
||||
final int numDocs = randomIntBetween(64, 256);
|
||||
final GeoGridAggregationBuilder builder = createBuilder("_name");
|
||||
|
Loading…
x
Reference in New Issue
Block a user