mirror of https://github.com/apache/lucene.git
LUCENE-6836: Disable TestBlockJoinSorter.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1708150 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
876181ff1b
commit
ed35f273b6
|
@ -37,9 +37,11 @@ import org.apache.lucene.search.Weight;
|
|||
import org.apache.lucene.util.ArrayUtil;
|
||||
import org.apache.lucene.util.BitSet;
|
||||
import org.apache.lucene.util.LuceneTestCase;
|
||||
import org.junit.Ignore;
|
||||
|
||||
public class TestBlockJoinSorter extends LuceneTestCase {
|
||||
|
||||
@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/LUCENE-6836")
|
||||
public void test() throws IOException {
|
||||
final int numParents = atLeast(200);
|
||||
IndexWriterConfig cfg = newIndexWriterConfig(new MockAnalyzer(random()));
|
||||
|
|
Loading…
Reference in New Issue