We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a21f43 commit 525a794Copy full SHA for 525a794
src/test/java/org/codehaus/plexus/archiver/zip/ZipArchiverTest.java
@@ -409,6 +409,8 @@ public void notestJustThatOne()
409
public void testCreateResourceCollection()
410
throws Exception
411
{
412
+ if ( Os.isFamily( Os.FAMILY_WINDOWS )) return; // THe
413
+
414
final File srcDir = new File("src");
415
final File zipFile = new File( "target/output/src.zip" );
416
ZipArchiver zipArchiver = (ZipArchiver) lookup( Archiver.ROLE, "zip" );
0 commit comments