diff --git a/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/TestGeo3DPoint.java b/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/TestGeo3DPoint.java index 9e76cea55e1..861e26ea0a1 100644 --- a/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/TestGeo3DPoint.java +++ b/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/TestGeo3DPoint.java @@ -477,9 +477,8 @@ public class TestGeo3DPoint extends LuceneTestCase { } @Nightly - @BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028") public void testRandomBig() throws Exception { - doTestRandom(200000); + doTestRandom(50000); } private void doTestRandom(int count) throws Exception {