Skip to content

Commit 2c4d68c

Browse files
iverasecbuescher
authored andcommitted
Unmute test in LegacyGeoShapeWithDocValuesQueryTests (elastic#112385)
1 parent 05014bc commit 2c4d68c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

x-pack/plugin/spatial/src/test/java/org/elasticsearch/xpack/spatial/index/query/LegacyGeoShapeWithDocValuesQueryTests.java

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -220,16 +220,4 @@ public void testFieldAlias() throws IOException {
220220

221221
assertHitCount(client().prepareSearch(defaultIndexName).setQuery(geoShapeQuery("alias", multiPoint)), 1L);
222222
}
223-
224-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/86118")
225-
@Override
226-
public void testIndexPointsFromLine() throws Exception {
227-
super.testIndexPointsFromLine();
228-
}
229-
230-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/86118")
231-
@Override
232-
public void testIndexPointsFromPolygon() throws Exception {
233-
super.testIndexPointsFromPolygon();
234-
}
235223
}

0 commit comments

Comments
 (0)