Add suppresscodec to avoid OOM on nightly runs.

This commit is contained in:
Dawid Weiss 2018-04-20 11:32:38 +02:00
parent 48e071f350
commit cf05e17adc
1 changed files with 2 additions and 0 deletions

View File

@ -23,10 +23,12 @@ import java.util.Arrays;
import org.apache.lucene.document.InetAddressPoint;
import org.apache.lucene.document.InetAddressRange;
import org.apache.lucene.util.StringHelper;
import org.apache.lucene.util.LuceneTestCase.SuppressCodecs;
/**
* Random testing for {@link InetAddressRange}
*/
@SuppressCodecs({"Direct", "Memory"})
public class TestInetAddressRangeQueries extends BaseRangeFieldQueryTestCase {
private static final String FIELD_NAME = "ipRangeField";