Suppress Direct postings for TestIndexWriterThreadsToSegments to prevent OOM on Nightly

This commit is contained in:
Simon Willnauer 2020-04-13 13:43:41 +02:00
parent 616ec987a9
commit f5457b82a1

View File

@ -41,7 +41,7 @@ import org.apache.lucene.util.StringHelper;
import org.apache.lucene.util.TestUtil;
import org.apache.lucene.util.Version;
@LuceneTestCase.SuppressCodecs("SimpleText")
@LuceneTestCase.SuppressCodecs({"SimpleText", "Direct"})
public class TestIndexWriterThreadsToSegments extends LuceneTestCase {
// LUCENE-5644: for first segment, two threads each indexed one doc (likely concurrently), but for second segment, each thread indexed the