commit | 03d3abf3755274358ed6f3aeeae273a2779b27bb | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Mon Feb 11 02:26:22 2008 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Mon Feb 11 02:26:22 2008 +0000 |
tree | dac131a83ab25fc3543bbb19dc489259d9b9204c | |
parent | d058cd2cc8e2a3f61609b92a8fc821ea8ec524ca [diff] |
The test requires the network resource
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 @@ raise last_exc def test_978833(self): + if not test_support.is_resource_enabled("network"): + return if test_support.verbose: print "test_978833 ..."