Skip to content

Commit 8ddf918

Browse files
authored
Mute GeoGridAggregatorTestCase#hasBounds (#51319)
1 parent 154d392 commit 8ddf918

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/search/aggregations/bucket/geogrid/GeoGridAggregatorTestCase.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ public void testWithSeveralDocs() throws IOException {
126126
});
127127
}
128128

129+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/51103")
129130
public void testBounds() throws IOException {
130131
final int numDocs = randomIntBetween(64, 256);
131132
final GeoGridAggregationBuilder builder = createBuilder("_name");

0 commit comments

Comments
 (0)