mirror of https://github.com/apache/lucene.git
don't use mem expensive codecs for this test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1197487 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
369a07a196
commit
033cfff007
|
@ -27,8 +27,10 @@ import org.apache.lucene.index.IndexReader;
|
|||
import org.apache.lucene.index.RandomIndexWriter;
|
||||
import org.apache.lucene.index.Term;
|
||||
import org.apache.lucene.store.Directory;
|
||||
import org.apache.lucene.util.LuceneTestCase.UseNoMemoryExpensiveCodec;
|
||||
import org.apache.lucene.util.LuceneTestCase;
|
||||
|
||||
@UseNoMemoryExpensiveCodec
|
||||
public class TestSearchWithThreads extends LuceneTestCase {
|
||||
|
||||
final int NUM_DOCS = atLeast(10000);
|
||||
|
|
Loading…
Reference in New Issue