We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 431f1e7 commit c1830f4Copy full SHA for c1830f4
Lib/test/test_ssl.py
@@ -2891,6 +2891,7 @@ def test_echo(self):
2891
'Cannot create a client socket with a PROTOCOL_TLS_SERVER context',
2892
str(e.exception))
2893
2894
+ @unittest.skip("TODO: RUSTPYTHON; Flaky on windows")
2895
@unittest.skipUnless(support.Py_GIL_DISABLED, "test is only useful if the GIL is disabled")
2896
def test_ssl_in_multiple_threads(self):
2897
# See GH-124984: OpenSSL is not thread safe.
0 commit comments