Browse Source

AwaitsFix for #101695

David Turner 1 year ago
parent
commit
680a7f2256

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

@@ -143,6 +143,7 @@ public abstract class GeoGridAggregatorTestCase<T extends InternalGeoGridBucket>
         testWithSeveralDocs(LuceneTestCase::rarely, null, randomPrecision());
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/101695")
     public void testBoundedMultiValuedDocs() throws IOException {
         int precision = randomPrecision();
         testWithSeveralDocs(LuceneTestCase::rarely, randomBBox(precision), precision);