Mark the failing random tests with AwaitsFix

This commit is contained in:
Karl Wright 2018-04-26 11:27:52 -04:00
parent 08cf263132
commit fe98d6a985
1 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,7 @@ public class RandomGeoPolygonTest extends RandomGeo3dShapeGenerator {
*/
@Test
@Repeat(iterations = 10)
@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/LUCENE-8281")
public void testCompareBigPolygons() {
testComparePolygons(Math.PI);
}
@ -103,6 +104,7 @@ public class RandomGeoPolygonTest extends RandomGeo3dShapeGenerator {
*/
@Test
@Repeat(iterations = 10)
@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/LUCENE-8281")
public void testCompareSmallPolygons() {
testComparePolygons(1e-4 * Math.PI);
}