suppress MemoryPostingsFormat for this test, to prevent false OOME

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1351661 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2012-06-19 12:03:25 +00:00
parent ae212ff6f6
commit e1466e8d0a
1 changed files with 2 additions and 0 deletions

View File

@ -36,9 +36,11 @@ import org.apache.lucene.analysis.ja.dict.UserDictionary;
import org.apache.lucene.analysis.ja.tokenattributes.*;
import org.apache.lucene.analysis.tokenattributes.CharTermAttribute;
import org.apache.lucene.util.IOUtils;
import org.apache.lucene.util.LuceneTestCase.SuppressCodecs;
import org.apache.lucene.util.UnicodeUtil;
import org.apache.lucene.util._TestUtil;
@SuppressCodecs({ "Memory" })
public class TestJapaneseTokenizer extends BaseTokenStreamTestCase {
public static UserDictionary readDict() {