LUCENE-8251: Annotate occasionally failing test with AwaitsFix

This commit is contained in:
Karl Wright 2018-04-12 23:46:40 -04:00
parent 71936db9f0
commit e8f1649ab4
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ public class RandomGeoPolygonTest extends RandomGeo3dShapeGenerator {
* biased doubles.
*/
@Test
//@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/LUCENE-8245")
@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/LUCENE-8251")
@Repeat(iterations = 10)
public void testComparePolygons() {
final PlanetModel planetModel = randomPlanetModel();