mirror of
https://github.com/apache/lucene.git
synced 2025-02-08 02:58:58 +00:00
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:
parent
fb89fcd95a
commit
d358395a37
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user