mirror of https://github.com/apache/lucene.git
LUCENE-8443: Mute failing test temporarily
This commit is contained in:
parent
6afd3d1192
commit
1af7686cb6
|
@ -63,4 +63,9 @@ public class TestLatLonPointShapeQueries extends BaseLatLonShapeTestCase {
|
|||
return poly2d.relateTriangle(lon, lat, lon, lat, lon, lat) != Relation.CELL_OUTSIDE_QUERY;
|
||||
}
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/LUCENE-8443")
|
||||
@Override
|
||||
public void testRandomTiny() throws Exception {
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue