Skip to content

Commit c1830f4

Browse files
committed
mark expected failure on test_ssl_in_multiple_threads
1 parent 431f1e7 commit c1830f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_ssl.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2891,6 +2891,7 @@ def test_echo(self):
28912891
'Cannot create a client socket with a PROTOCOL_TLS_SERVER context',
28922892
str(e.exception))
28932893

2894+
@unittest.skip("TODO: RUSTPYTHON; Flaky on windows")
28942895
@unittest.skipUnless(support.Py_GIL_DISABLED, "test is only useful if the GIL is disabled")
28952896
def test_ssl_in_multiple_threads(self):
28962897
# See GH-124984: OpenSSL is not thread safe.

0 commit comments

Comments
 (0)