Commit f5b86b3e authored by zhifan huang's avatar zhifan huang

test(net): skip usually failed test

parent f4a0b6a9
...@@ -115,6 +115,7 @@ class TestNet(unittest.TestCase): ...@@ -115,6 +115,7 @@ class TestNet(unittest.TestCase):
self.assertTrue(wait_stable(nodes, 100), "ping test failed") self.assertTrue(wait_stable(nodes, 100), "ping test failed")
@unittest.skip("usually failed due to UPnP problem")
def test_reboot_one_machine(self): def test_reboot_one_machine(self):
"""create a network demo, wait the net stable, reboot on machine, """create a network demo, wait the net stable, reboot on machine,
then test if network recover, this test seems always failed then test if network recover, this test seems always failed
......
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