File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
java/src/test/java/de/gdata/test/integration Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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 ();
You can’t perform that action at this time.
0 commit comments