disable very very very wasteful codec

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1553000 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2013-12-22 15:26:31 +00:00
parent ab4984419e
commit 5ac5bdbc47
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ import org.apache.lucene.analysis.ngram.EdgeNGramTokenizer;
import org.apache.lucene.analysis.ngram.NGramTokenFilter;
import org.apache.lucene.analysis.shingle.ShingleFilter;
import org.apache.lucene.analysis.util.CharArraySet;
import org.apache.lucene.util.LuceneTestCase.SuppressCodecs;
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
@ -39,6 +40,7 @@ import org.apache.lucene.analysis.util.CharArraySet;
* limitations under the License.
*/
@SuppressCodecs("Direct")
public class TestBugInSomething extends BaseTokenStreamTestCase {
public void test() throws Exception {
final CharArraySet cas = new CharArraySet(TEST_VERSION_CURRENT, 3, false);