There was an error while loading. Please reload this page.
1 parent f19081f commit 7540fe2Copy full SHA for 7540fe2
1 file changed
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')
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