From: Christian Heimes Date: Mon, 11 Feb 2008 02:26:22 +0000 (+0000) Subject: The test requires the network resource X-Git-Tag: v2.6a1~202 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03d3abf3755274358ed6f3aeeae273a2779b27bb;p=python The test requires the network resource --- diff --git a/Lib/test/test_socket_ssl.py b/Lib/test/test_socket_ssl.py index cdbea319ba..c3fe67ebc8 100644 --- a/Lib/test/test_socket_ssl.py +++ b/Lib/test/test_socket_ssl.py @@ -131,6 +131,8 @@ class BasicTests(unittest.TestCase): raise last_exc def test_978833(self): + if not test_support.is_resource_enabled("network"): + return if test_support.verbose: print "test_978833 ..."