mirror of https://github.com/apache/lucene.git
disable test method for deprecated encoding: its too memory-hungry
This commit is contained in:
parent
c769199c20
commit
5958bcb68e
|
@ -70,4 +70,9 @@ public class TestLegacyGeoPointQuery extends BaseGeoPointTestCase {
|
|||
public void testRandomDistanceHuge() throws Exception {
|
||||
assumeTrue("legacy encoding is too slow/hangs on this test", false);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void testSamePointManyTimes() throws Exception {
|
||||
assumeTrue("legacy encoding goes OOM on this test", false);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue