AwaitsFix GeoShapeQueryTests#testPointsOnly #27454

This commit is contained in:
Simon Willnauer 2017-11-20 17:16:36 +01:00
parent 28e5cf933f
commit d02f45f694
1 changed files with 1 additions and 0 deletions

View File

@ -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")