make TestSimpleTextPostingsFormat a nightly test (i think the postings format is legitimately just this slow, not a problem with the test)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1391882 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-09-29 21:13:21 +00:00
parent fb89fcd95a
commit d358395a37
1 changed files with 2 additions and 0 deletions

View File

@ -19,10 +19,12 @@ package org.apache.lucene.codecs.simpletext;
import org.apache.lucene.codecs.Codec;
import org.apache.lucene.index.BasePostingsFormatTestCase;
import org.apache.lucene.util.LuceneTestCase.Nightly;
/**
* Tests SimpleText's postings
*/
@Nightly // please figure out why I am so horrendously slow!
public class TestSimpleTextPostingsFormat extends BasePostingsFormatTestCase {
private final Codec codec = new SimpleTextCodec();