Also skip test_udp()
This commit is contained in:
parent
3e69bac85c
commit
154ac3643e
|
@ -303,6 +303,7 @@ class TestCore(unittest.TestCase):
|
||||||
return
|
return
|
||||||
self.fail('Failed to find at least 3 nodes to connect within 360 sec')
|
self.fail('Failed to find at least 3 nodes to connect within 360 sec')
|
||||||
|
|
||||||
|
@unittest.skipUnless(state.enableNetwork, 'skip network test')
|
||||||
def test_udp(self):
|
def test_udp(self):
|
||||||
"""check default udp setting and presence of Announcer thread"""
|
"""check default udp setting and presence of Announcer thread"""
|
||||||
self.assertTrue(
|
self.assertTrue(
|
||||||
|
|
Reference in New Issue
Block a user