commit | 7436a063757bf19e7f8483c2d60349e227f33baf | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Aug 29 01:46:57 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Aug 29 01:46:57 2007 +0000 |
tree | 49a81fe309156899f23af8f13e2b9b0f564f8fa3 | |
parent | 47229db4e0f8442c92af5e9d044715d7d63b2e7e [diff] |
Disable this test too.
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 @@ 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'):