Skip to content

Commit

Permalink
AwaitsFix GeoShapeQueryTests#testPointsOnly #27454
Browse files Browse the repository at this point in the history
  • Loading branch information
s1monw committed Nov 20, 2017
1 parent 28e5cf9 commit d02f45f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@ public void testShapeFilterWithDefinedGeoCollection() throws Exception {
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")
Expand Down

0 comments on commit d02f45f

Please sign in to comment.