From 03d3abf3755274358ed6f3aeeae273a2779b27bb Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Mon, 11 Feb 2008 02:26:22 +0000 Subject: The test requires the network resource --- Lib/test/test_socket_ssl.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lib/test/test_socket_ssl.py b/Lib/test/test_socket_ssl.py index cdbea31..c3fe67e 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 ..." -- cgit v0.12