Skip to content

Commit 6ff3dcf

Browse files
committed
COMPRESS-721 -- special handling for sevenz...test
1 parent e537704 commit 6ff3dcf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,8 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
606606
</argLine>
607607
<excludes>
608608
<exclude>**/harmony/unpack200/**</exclude>
609+
<!-- Needs low memory: -Xmx80m -->
610+
<exclude>**/SevenZReadSubStreamsInfoTest.java</exclude>
609611
</excludes>
610612
</configuration>
611613
</execution>
@@ -615,6 +617,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
615617
<goal>test</goal>
616618
</goals>
617619
<configuration>
620+
<argLine>${argLine}</argLine>
618621
<includes>
619622
<include>**/harmony/unpack200/**</include>
620623
</includes>

0 commit comments

Comments
 (0)