LUCENE-8443: Mute failing test temporarily

This commit is contained in:
Jim Ferenczi 2018-08-03 12:38:36 +02:00
parent 6afd3d1192
commit 1af7686cb6
1 changed files with 5 additions and 0 deletions

View File

@ -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 {
}
}