summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_socket_ssl.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/test/test_socket_ssl.py b/Lib/test/test_socket_ssl.py
index 3641e33..a82db5c 100644
--- a/Lib/test/test_socket_ssl.py
+++ b/Lib/test/test_socket_ssl.py
@@ -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: