Skip to content

Commit fe4190d

Browse files
committed
AwaitsFix GeoShapeQueryTests#testPointsOnly #27454
1 parent 2f3263f commit fe4190d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/test/java/org/elasticsearch/search/geo/GeoShapeQueryTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,7 @@ public void testShapeFilterWithDefinedGeoCollection() throws Exception {
438438
assertHitCount(result, 0);
439439
}
440440

441+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/27454")
441442
public void testPointsOnly() throws Exception {
442443
String mapping = XContentFactory.jsonBuilder().startObject().startObject("type1")
443444
.startObject("properties").startObject("location")

0 commit comments

Comments
 (0)