mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-11 15:35:05 +00:00
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…
x
Reference in New Issue
Block a user