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 703ead4 commit 7d44164Copy full SHA for 7d44164
core/src/test/java/org/commonjava/maven/galley/internal/xfer/DownloadHandlerConcurrencyTest.java
@@ -41,6 +41,7 @@
41
import org.jboss.byteman.contrib.bmunit.BMUnitConfig;
42
import org.jboss.byteman.contrib.bmunit.BMUnitRunner;
43
import org.junit.Before;
44
+import org.junit.Ignore;
45
import org.junit.Rule;
46
import org.junit.Test;
47
import org.junit.rules.TemporaryFolder;
@@ -62,6 +63,7 @@
62
63
/**
64
* Created by jdcasey on 9/26/17.
65
*/
66
+@Ignore
67
@RunWith( BMUnitRunner.class )
68
@BMUnitConfig( debug = true )
69
public class DownloadHandlerConcurrencyTest
0 commit comments