diff options
author | Guido van Rossum <guido@python.org> | 2007-08-29 01:46:57 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2007-08-29 01:46:57 (GMT) |
commit | 7436a063757bf19e7f8483c2d60349e227f33baf (patch) | |
tree | 49a81fe309156899f23af8f13e2b9b0f564f8fa3 /Lib | |
parent | 47229db4e0f8442c92af5e9d044715d7d63b2e7e (diff) | |
download | cpython-7436a063757bf19e7f8483c2d60349e227f33baf.zip cpython-7436a063757bf19e7f8483c2d60349e227f33baf.tar.gz cpython-7436a063757bf19e7f8483c2d60349e227f33baf.tar.bz2 |
Disable this test too.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_socket_ssl.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/test_socket_ssl.py b/Lib/test/test_socket_ssl.py index fd4383f..a003038 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'): |