Skip flaky test in test_ssl

This commit is contained in:
Padraic Fanning
2026-01-10 21:39:00 -05:00
parent f9a1f2bda8
commit 7445b27083

View File

@@ -2891,6 +2891,7 @@ class ThreadedTests(unittest.TestCase):
'Cannot create a client socket with a PROTOCOL_TLS_SERVER context',
str(e.exception))
@unittest.skip('TODO: RUSTPYTHON flaky')
@unittest.skipUnless(support.Py_GIL_DISABLED, "test is only useful if the GIL is disabled")
def test_ssl_in_multiple_threads(self):
# See GH-124984: OpenSSL is not thread safe.