Commit fb3bdcd0 authored by Georg Brandl's avatar Georg Brandl

Make test_socket_ssl finally pass on WIn

parent 58ae683d
......@@ -40,6 +40,9 @@ if not sys.platform.startswith('win'):
ss.read(1)
ss.read(1)
s.close()
else:
def test_timeout():
pass
def test_rude_shutdown():
try:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment