mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-05 22:24:25 +01:00
pytest: skip test_sendonion if not DEVELOPER
This commit is contained in:
committed by
Christian Decker
parent
4661dfa590
commit
d9aeeb4d14
@@ -2477,6 +2477,7 @@ def test_createonion_rpc(node_factory):
|
||||
assert(res['onion'].endswith('be89e4701eb870f8ed64fafa446c78df3ea'))
|
||||
|
||||
|
||||
@unittest.skipIf(not DEVELOPER, "gossip propagation is slow without DEVELOPER=1")
|
||||
def test_sendonion_rpc(node_factory):
|
||||
l1, l2, l3, l4 = node_factory.line_graph(4, wait_for_announce=True)
|
||||
amt = 10**3
|
||||
|
||||
Reference in New Issue
Block a user