Skip to content

Commit 6aa913b

Browse files
committed
Ignore test.
1 parent ff74bc5 commit 6aa913b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cli/src/test/java/ch/cyberduck/cli/TerminalDownloadTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
import org.apache.commons.cli.CommandLineParser;
2626
import org.apache.commons.cli.DefaultParser;
2727
import org.apache.commons.cli.Options;
28+
import org.junit.Ignore;
2829
import org.junit.Test;
2930

3031
import java.util.Collections;
@@ -35,6 +36,7 @@
3536
public class TerminalDownloadTest {
3637

3738
@Test
39+
@Ignore
3840
public void testDownloadHttp() throws Exception {
3941
final CommandLineParser parser = new DefaultParser();
4042
final Options options = TerminalOptionsBuilder.options();

0 commit comments

Comments
 (0)