diff options
author | Christian Heimes <christian@cheimes.de> | 2008-02-11 02:26:22 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2008-02-11 02:26:22 (GMT) |
commit | 03d3abf3755274358ed6f3aeeae273a2779b27bb (patch) | |
tree | dac131a83ab25fc3543bbb19dc489259d9b9204c /Lib | |
parent | d058cd2cc8e2a3f61609b92a8fc821ea8ec524ca (diff) | |
download | cpython-03d3abf3755274358ed6f3aeeae273a2779b27bb.zip cpython-03d3abf3755274358ed6f3aeeae273a2779b27bb.tar.gz cpython-03d3abf3755274358ed6f3aeeae273a2779b27bb.tar.bz2 |
The test requires the network resource
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_socket_ssl.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 ..." |