Skip to content

Commit 7970dc7

Browse files
committed
Java: secure.eicar.org is down. Disable for now.
1 parent afa55f9 commit 7970dc7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

java/src/test/java/de/gdata/test/integration/RealApiIntegrationTests.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ public void forSha256_ConnectHasntBeCalled() throws Exception {
345345
}
346346

347347
@Test
348+
@Disabled("secure.eicar.org is down. Disable for now.")
348349
public void forUrlMultipleMaliciousUrls() throws Exception {
349350
var url_1 = new URL("https://secure.eicar.org/eicar.com");
350351
var url_2 = new URL("https://secure.eicar.org/eicar.com.txt");
@@ -480,6 +481,7 @@ public void forStream_WithCleanUrl_ReturnsCleanVerdict() throws Exception {
480481
}
481482

482483
@Test
484+
@Disabled("secure.eicar.org is down. Disable for now.")
483485
public void forStream_WithEicarUrl_ReturnsMaliciousVerdict() throws Exception {
484486
var url = new URL("https://secure.eicar.org/eicar.com.txt");
485487
var conn = url.openConnection();
@@ -527,6 +529,7 @@ private static String getEnvironmentKey(String key) {
527529
}
528530

529531
@Test
532+
@Disabled("secure.eicar.org is down. Disable for now.")
530533
public void forStream_WithEicarFile_ReturnsMaliciousVerdictWithDetections() throws Exception {
531534
var url = new URL("https://secure.eicar.org/eicar.com.txt");
532535
var conn = url.openConnection();

0 commit comments

Comments
 (0)