Skip to content

Commit

Permalink
Disable FTP Download on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Mar 11, 2018
1 parent 988fb54 commit 3f40b0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/java/org/jabref/logic/net/URLDownloadTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
import java.nio.charset.StandardCharsets;
import java.nio.file.Path;

import org.jabref.support.DisabledOnCIServer;

import org.junit.jupiter.api.Test;

import static org.junit.jupiter.api.Assertions.assertNotNull;
Expand Down Expand Up @@ -66,6 +68,7 @@ public void downloadToTemporaryFileKeepsName() throws IOException {
}

@Test
@DisabledOnCIServer("CI Server is apparently blocked")
public void downloadOfFTPSucceeds() throws IOException {
URLDownload ftp = new URLDownload(new URL("ftp://ftp.informatik.uni-stuttgart.de/pub/library/ncstrl.ustuttgart_fi/INPROC-2016-15/INPROC-2016-15.pdf"));

Expand Down

0 comments on commit 3f40b0b

Please sign in to comment.