Disable this test too.

This commit is contained in:
Guido van Rossum 2007-08-29 01:46:57 +00:00
parent 47229db4e0
commit 7436a06375

View file

@ -210,6 +210,8 @@ def test_main():
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'):