AwaitsFix GeoShapeQueryTests#testPointsOnly #27454
This commit is contained in:
parent
28e5cf933f
commit
d02f45f694
|
@ -437,6 +437,7 @@ public class GeoShapeQueryTests extends ESSingleNodeTestCase {
|
|||
assertHitCount(result, 0);
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/27454")
|
||||
public void testPointsOnly() throws Exception {
|
||||
String mapping = XContentFactory.jsonBuilder().startObject().startObject("type1")
|
||||
.startObject("properties").startObject("location")
|
||||
|
|
Loading…
Reference in New Issue