Skip to content

Commit cf91864

Browse files
authored
Update Lib/test/test_ssl.py
1 parent d9e1867 commit cf91864

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_ssl.py

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

2894-
@unittest.expectedFailureIfWindows('TODO: RUSTPYTHON Windows')
28952894
@unittest.skipUnless(support.Py_GIL_DISABLED, "test is only useful if the GIL is disabled")
28962895
def test_ssl_in_multiple_threads(self):
28972896
# See GH-124984: OpenSSL is not thread safe.

0 commit comments

Comments
 (0)