summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_socket_ssl.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_socket_ssl.py')
-rw-r--r--Lib/test/test_socket_ssl.py2
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 ..."