mirror of https://github.com/apache/lucene.git
Add suppresscodec to avoid OOM on nightly runs.
This commit is contained in:
parent
48e071f350
commit
cf05e17adc
|
@ -23,10 +23,12 @@ import java.util.Arrays;
|
||||||
import org.apache.lucene.document.InetAddressPoint;
|
import org.apache.lucene.document.InetAddressPoint;
|
||||||
import org.apache.lucene.document.InetAddressRange;
|
import org.apache.lucene.document.InetAddressRange;
|
||||||
import org.apache.lucene.util.StringHelper;
|
import org.apache.lucene.util.StringHelper;
|
||||||
|
import org.apache.lucene.util.LuceneTestCase.SuppressCodecs;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Random testing for {@link InetAddressRange}
|
* Random testing for {@link InetAddressRange}
|
||||||
*/
|
*/
|
||||||
|
@SuppressCodecs({"Direct", "Memory"})
|
||||||
public class TestInetAddressRangeQueries extends BaseRangeFieldQueryTestCase {
|
public class TestInetAddressRangeQueries extends BaseRangeFieldQueryTestCase {
|
||||||
private static final String FIELD_NAME = "ipRangeField";
|
private static final String FIELD_NAME = "ipRangeField";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue