mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-04 06:44:24 +01:00
pytest: test_shutdown requires DEVELOPER=1
Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
@@ -307,6 +307,7 @@ class LightningDTests(BaseLightningDTests):
|
||||
else:
|
||||
lsrc.rpc.sendpay(to_json([routestep]), rhash, async=False)
|
||||
|
||||
@unittest.skipIf(not DEVELOPER, "needs DEVELOPER=1")
|
||||
def test_shutdown(self):
|
||||
# Fail, in that it will exit before cleanup.
|
||||
l1 = self.node_factory.get_node(may_fail=True)
|
||||
|
||||
Reference in New Issue
Block a user