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:
Adrien Grand 2015-10-12 16:11:19 +00:00
parent 876181ff1b
commit ed35f273b6
1 changed files with 2 additions and 0 deletions

View File

@ -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()));