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:
Michael McCandless 2011-11-04 10:21:36 +00:00
parent 369a07a196
commit 033cfff007
1 changed files with 2 additions and 0 deletions

View File

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