We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9439701 commit 8835df7Copy full SHA for 8835df7
graalpython/com.oracle.graal.python.test/src/tests/test_ssl_java_integration.py
@@ -43,7 +43,7 @@
43
44
from textwrap import dedent
45
46
-if sys.implementation.name == "graalpython":
+if sys.implementation.name == "graalpython" and not __graalpython__.is_native:
47
def test_load_default_verify_keystore():
48
# execute with javax.net.ssl.trustStore=tests/ssldata/signing_keystore.jks
49
# the JKS keystore:
0 commit comments