Commit 03d3abf3 authored by Christian Heimes's avatar Christian Heimes

The test requires the network resource

parent d058cd2c
......@@ -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 ..."
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment