From: Guido van Rossum Date: Wed, 29 Aug 2007 01:46:57 +0000 (+0000) Subject: Disable this test too. X-Git-Tag: v3.0a1~164 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7436a063757bf19e7f8483c2d60349e227f33baf;p=thirdparty%2FPython%2Fcpython.git Disable this test too. --- diff --git a/Lib/test/test_socket_ssl.py b/Lib/test/test_socket_ssl.py index fd4383fd9fc0..a00303878a7a 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'):