|
@@ -9,6 +9,7 @@
|
|
|
package org.elasticsearch.search.aggregations.bucket.geogrid;
|
|
|
|
|
|
import org.apache.lucene.geo.GeoEncodingUtils;
|
|
|
+import org.apache.lucene.tests.util.LuceneTestCase;
|
|
|
import org.elasticsearch.common.geo.GeoBoundingBox;
|
|
|
import org.elasticsearch.common.geo.GeoPoint;
|
|
|
import org.elasticsearch.common.geo.GeoUtils;
|
|
@@ -16,6 +17,7 @@ import org.elasticsearch.geo.GeometryTestUtils;
|
|
|
import org.elasticsearch.geometry.Point;
|
|
|
import org.elasticsearch.geometry.Rectangle;
|
|
|
|
|
|
+@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/101077")
|
|
|
public class GeoTileGridAggregatorTests extends GeoGridAggregatorTestCase<InternalGeoTileGridBucket> {
|
|
|
|
|
|
@Override
|