mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Skip flaky test in test_ssl
This commit is contained in:
1
Lib/test/test_ssl.py
vendored
1
Lib/test/test_ssl.py
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user