Skip to content

Commit 405784c

Browse files
committed
skip test that hangs on github actions
1 parent f223e38 commit 405784c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shared/src/test/java/ca/weblite/tools/security/MacKeyStoreKeyProviderTest.java

+2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@
66
import java.security.*;
77
import java.security.cert.Certificate;
88
import org.junit.jupiter.api.*;
9+
import org.junit.jupiter.api.condition.DisabledIfEnvironmentVariable;
910
import org.junit.jupiter.api.condition.EnabledIfEnvironmentVariable;
1011
import org.junit.jupiter.api.condition.EnabledOnOs;
1112

1213
@EnabledIfEnvironmentVariable(named = "JDEPLOY_TEST_CERTIFICATE_NAME", matches = ".+")
14+
@DisabledIfEnvironmentVariable(named = "GITHUB_ACTIONS", matches = "true")
1315
@EnabledOnOs(MAC)
1416
public class MacKeyStoreKeyProviderTest {
1517
private String alias;

0 commit comments

Comments
 (0)