mirror of https://github.com/python/cpython
Disable test_ssl until ssl.py has been fixed.
This commit is contained in:
parent
3e57b52bb8
commit
47229db4e0
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue