Mute GeoGridAggregatorTestCase#testBounds()

Tracking issue: https://github.com/elastic/elasticsearch/issues/51103
This commit is contained in:
Zachary Tong 2020-01-16 10:23:24 -05:00
parent d0554fd317
commit e2ca93bad3
1 changed files with 1 additions and 0 deletions

View File

@ -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");