mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-06 15:44:21 +01:00
pytest: Mark the worst gossip offenders as developer-only tests
Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
committed by
Rusty Russell
parent
201dd3ce0c
commit
59fa47bf64
@@ -1167,6 +1167,7 @@ def test_pay_variants(node_factory):
|
||||
l1.rpc.pay(b11)
|
||||
|
||||
|
||||
@unittest.skipIf(not DEVELOPER, "gossip without DEVELOPER=1 is slow")
|
||||
def test_pay_retry(node_factory, bitcoind):
|
||||
"""Make sure pay command retries properly. """
|
||||
def exhaust_channel(funder, fundee, scid, already_spent=0):
|
||||
@@ -1341,6 +1342,7 @@ def test_pay_routeboost(node_factory, bitcoind):
|
||||
assert [h['channel'] for h in attempts[2]['routehint']] == [r['short_channel_id'] for r in routel3l5]
|
||||
|
||||
|
||||
@unittest.skipIf(not DEVELOPER, "gossip without DEVELOPER=1 is slow")
|
||||
def test_pay_direct(node_factory, bitcoind):
|
||||
"""Check that we prefer the direct route.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user