mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Disable this test too.
This commit is contained in:
parent
47229db4e0
commit
7436a06375
1 changed files with 2 additions and 0 deletions
|
@ -210,6 +210,8 @@ def test_main():
|
||||||
if not hasattr(socket, "ssl"):
|
if not hasattr(socket, "ssl"):
|
||||||
raise test_support.TestSkipped("socket module has no ssl support")
|
raise test_support.TestSkipped("socket module has no ssl support")
|
||||||
|
|
||||||
|
raise test_support.TestSkipped("Disabling this until ssl.py is fixed")
|
||||||
|
|
||||||
tests = [BasicTests]
|
tests = [BasicTests]
|
||||||
|
|
||||||
if test_support.is_resource_enabled('network'):
|
if test_support.is_resource_enabled('network'):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue