Skip to content

Commit 8835df7

Browse files
timfelqunaibit
authored andcommitted
skip jvm cert store test on svm
1 parent 9439701 commit 8835df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python.test/src/tests/test_ssl_java_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
from textwrap import dedent
4545

46-
if sys.implementation.name == "graalpython":
46+
if sys.implementation.name == "graalpython" and not __graalpython__.is_native:
4747
def test_load_default_verify_keystore():
4848
# execute with javax.net.ssl.trustStore=tests/ssldata/signing_keystore.jks
4949
# the JKS keystore:

0 commit comments

Comments
 (0)