Przeglądaj źródła

Mute GeoGridAggregatorTestCase#testBounds()

Tracking issue: https://github.com/elastic/elasticsearch/issues/51103
Zachary Tong 5 lat temu
rodzic
commit
aa66d1af86

+ 1 - 0
server/src/test/java/org/elasticsearch/search/aggregations/bucket/geogrid/GeoGridAggregatorTestCase.java

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