Skip to content

Commit 7a31b09

Browse files
committed
Mark failed test in Windows
1 parent 6b1d1b7 commit 7a31b09

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
@@ -3525,6 +3525,7 @@ def test_starttls(self):
35253525
else:
35263526
s.close()
35273527

3528+
@unittest.expectedFailureIfWindows("TODO: RUSTPYTHON")
35283529
def test_socketserver(self):
35293530
"""Using socketserver to create and manage SSL connections."""
35303531
server = make_https_server(self, certfile=SIGNED_CERTFILE)

0 commit comments

Comments
 (0)