]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Disable this test too.
authorGuido van Rossum <guido@python.org>
Wed, 29 Aug 2007 01:46:57 +0000 (01:46 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 29 Aug 2007 01:46:57 +0000 (01:46 +0000)
Lib/test/test_socket_ssl.py

index fd4383fd9fc0e3f4904210058a0f18ddd79bd984..a00303878a7af870c06dd42127f9cdcf606a946f 100644 (file)
@@ -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'):