Browse Source

mute geo test (#92542)

Both errors are related and due to the new support of geohex for
geoshapes.

relates https://github.com/elastic/elasticsearch/issues/92541 relates
https://github.com/elastic/elasticsearch/issues/92540
Ignacio Vera 2 years ago
parent
commit
3bbf202843

+ 7 - 0
x-pack/plugin/spatial/src/test/java/org/elasticsearch/xpack/spatial/search/aggregations/bucket/geogrid/GeoHexTilerTests.java

@@ -82,6 +82,13 @@ public class GeoHexTilerTests extends GeoGridTilerTestCase {
         }
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/92541")
+    @Override
+    public void testGeoGridSetValuesBoundingBoxes_BoundedGeoShapeCellValues() throws Exception {
+        super.testGeoGridSetValuesBoundingBoxes_BoundedGeoShapeCellValues();
+    }
+
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/92540")
     public void testLargeShapeWithBounds() throws Exception {
         // We have a shape covering all space
         Rectangle shapeRectangle = new Rectangle(-180, 180, 90, -90);