commit | 47229db4e0f8442c92af5e9d044715d7d63b2e7e | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Aug 29 01:26:39 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Aug 29 01:26:39 2007 +0000 |
tree | 1cbbdba04ebf74dc7dc081702dba813a2431f53a | |
parent | 3e57b52bb800b8d001092490f2a658271d613d6d [diff] [blame] |
Disable test_ssl until ssl.py has been fixed.
diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py index 35c6af9..de57728 100644 --- a/Lib/test/test_ssl.py +++ b/Lib/test/test_ssl.py
@@ -338,6 +338,8 @@ if skip_expected: raise test_support.TestSkipped("socket module has no ssl support") + raise test_support.TestSkipped("Disabling this until ssl.py is fixed") + global CERTFILE CERTFILE = os.path.join(os.path.dirname(__file__) or os.curdir, "keycert.pem")