don't use mem intensive codecs for this test

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1183333 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2011-10-14 12:38:58 +00:00
parent 9e0916333e
commit 609a807f1e
1 changed files with 2 additions and 0 deletions

View File

@ -22,11 +22,13 @@ import java.util.concurrent.ExecutorService;
import org.apache.lucene.search.IndexSearcher;
import org.apache.lucene.store.MockDirectoryWrapper;
import org.apache.lucene.util.LuceneTestCase.UseNoMemoryExpensiveCodec;
// TODO
// - mix in optimize, addIndexes
// - randomoly mix in non-congruent docs
@UseNoMemoryExpensiveCodec
public class TestNRTThreads extends ThreadedIndexingAndSearchingTestCase {
@Override