Skip to content

Commit cf38fad

Browse files
authored
Remove AwaitsFix after lucene upgrade (#93959)
1 parent cfea098 commit cf38fad

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

x-pack/plugin/spatial/src/test/java/org/elasticsearch/xpack/spatial/index/fielddata/LatLonGeometryRelationVisitorTests.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ public void testPoint() throws Exception {
4141
doTestShapes(GeoTestUtil::nextPoint);
4242
}
4343

44-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/92142")
45-
// This is waiting for a Lucene release that includes https://github.com/apache/lucene/pull/12022
4644
public void testLine() throws Exception {
4745
doTestShapes(GeoTestUtil::nextLine);
4846
}
@@ -86,8 +84,6 @@ public void testIdenticalPoint() throws Exception {
8684
doTestShape(shape, reader, latLonGeometry, relation, true);
8785
}
8886

89-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/92142")
90-
// This is waiting for a Lucene release that includes https://github.com/apache/lucene/pull/12022
9187
public void testVeryFlatPolygonDoesNotContainIntersectingLine() throws Exception {
9288
double[] x = new double[] { -0.001, -0.001, 0.001, 0.001, -0.001 };
9389
double[] y = new double[] { 1e-10, 0, -1e-10, 0, 1e-10 };

0 commit comments

Comments
 (0)