Skip to content

Commit

Permalink
skip test that hangs on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
shannah committed Oct 14, 2024
1 parent f223e38 commit 405784c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
import java.security.*;
import java.security.cert.Certificate;
import org.junit.jupiter.api.*;
import org.junit.jupiter.api.condition.DisabledIfEnvironmentVariable;
import org.junit.jupiter.api.condition.EnabledIfEnvironmentVariable;
import org.junit.jupiter.api.condition.EnabledOnOs;

@EnabledIfEnvironmentVariable(named = "JDEPLOY_TEST_CERTIFICATE_NAME", matches = ".+")
@DisabledIfEnvironmentVariable(named = "GITHUB_ACTIONS", matches = "true")
@EnabledOnOs(MAC)
public class MacKeyStoreKeyProviderTest {
private String alias;
Expand Down

0 comments on commit 405784c

Please sign in to comment.