Kaydet (Commit) 47229db4 authored tarafından Guido van Rossum's avatar Guido van Rossum

Disable test_ssl until ssl.py has been fixed.

üst 3e57b52b
......@@ -338,6 +338,8 @@ def test_main(verbose=False):
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")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment