File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
core/src/test/java/org/elasticsearch/search/geo Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -438,7 +438,6 @@ public void testShapeFilterWithDefinedGeoCollection() throws Exception {
438438 assertHitCount (result , 0 );
439439 }
440440
441- @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/27454" )
442441 public void testPointsOnly () throws Exception {
443442 String mapping = XContentFactory .jsonBuilder ().startObject ().startObject ("type1" )
444443 .startObject ("properties" ).startObject ("location" )
@@ -466,7 +465,7 @@ public void testPointsOnly() throws Exception {
466465
467466 // test that point was inserted
468467 SearchResponse response = client ().prepareSearch ("geo_points_only" ).setTypes ("type1" )
469- .setQuery (geoIntersectionQuery ( "location" , shape ))
468+ .setQuery (matchAllQuery ( ))
470469 .execute ().actionGet ();
471470
472471 assertEquals (1 , response .getHits ().getTotalHits ());
You can’t perform that action at this time.
0 commit comments