summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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 ..."