Skip to content

Commit

Permalink
Unmute test in LegacyGeoShapeWithDocValuesQueryTests
Browse files Browse the repository at this point in the history
  • Loading branch information
iverase committed Aug 30, 2024
1 parent e379c4f commit e9bc385
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,16 +220,4 @@ public void testFieldAlias() throws IOException {

assertHitCount(client().prepareSearch(defaultIndexName).setQuery(geoShapeQuery("alias", multiPoint)), 1L);
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/86118")
@Override
public void testIndexPointsFromLine() throws Exception {
super.testIndexPointsFromLine();
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/86118")
@Override
public void testIndexPointsFromPolygon() throws Exception {
super.testIndexPointsFromPolygon();
}
}

0 comments on commit e9bc385

Please sign in to comment.