From 0b753c34f7b3752bd962ea6dd661585d66dd22b8 Mon Sep 17 00:00:00 2001 From: Alan Woodward Date: Mon, 16 Apr 2018 14:58:01 +0100 Subject: [PATCH] Unbadapple TestIndexSorting --- .../core/src/test/org/apache/lucene/index/TestIndexSorting.java | 1 - 1 file changed, 1 deletion(-) 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<>();