Skip to content

Commit

Permalink
Java: secure.eicar.org is down. Disable for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Stadermann committed Dec 31, 2024
1 parent afa55f9 commit 7970dc7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ public void forSha256_ConnectHasntBeCalled() throws Exception {
}

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

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

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

0 comments on commit 7970dc7

Please sign in to comment.