mirror of https://github.com/apache/lucene.git
Unbadapple TestIndexSorting
This commit is contained in:
parent
37e065007f
commit
0b753c34f7
|
@ -2221,7 +2221,6 @@ public class TestIndexSorting extends LuceneTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
// pits index time sorting against query time sorting
|
// 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 {
|
public void testRandom3() throws Exception {
|
||||||
int numDocs = atLeast(1000);
|
int numDocs = atLeast(1000);
|
||||||
List<RandomDoc> docs = new ArrayList<>();
|
List<RandomDoc> docs = new ArrayList<>();
|
||||||
|
|
Loading…
Reference in New Issue