summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2007-08-29 01:46:57 +0000
committerGuido van Rossum <guido@python.org>2007-08-29 01:46:57 +0000
commit7436a063757bf19e7f8483c2d60349e227f33baf (patch)
tree49a81fe309156899f23af8f13e2b9b0f564f8fa3
parent47229db4e0f8442c92af5e9d044715d7d63b2e7e (diff)
downloadcpython-git-7436a063757bf19e7f8483c2d60349e227f33baf.tar.gz
Disable this test too.
-rw-r--r--Lib/test/test_socket_ssl.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/test_socket_ssl.py b/Lib/test/test_socket_ssl.py
index fd4383fd9f..a00303878a 100644
--- a/Lib/test/test_socket_ssl.py
+++ b/Lib/test/test_socket_ssl.py
@@ -210,6 +210,8 @@ def test_main():
if not hasattr(socket, "ssl"):
raise test_support.TestSkipped("socket module has no ssl support")
+ raise test_support.TestSkipped("Disabling this until ssl.py is fixed")
+
tests = [BasicTests]
if test_support.is_resource_enabled('network'):