diff --git a/lucene/core/src/test/org/apache/lucene/index/TestIndexSorting.java b/lucene/core/src/test/org/apache/lucene/index/TestIndexSorting.java index e29b9d048b2..3679d20bf6a 100644 --- a/lucene/core/src/test/org/apache/lucene/index/TestIndexSorting.java +++ b/lucene/core/src/test/org/apache/lucene/index/TestIndexSorting.java @@ -2221,7 +2221,6 @@ public class TestIndexSorting extends LuceneTestCase { } // pits index time sorting against query time sorting - @BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028") // 09-Apr-2018 public void testRandom3() throws Exception { int numDocs = atLeast(1000); List docs = new ArrayList<>();