mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-21 16:14:23 +01:00
tests: mark as regtest only
This commit is contained in:
@@ -447,6 +447,7 @@ def test_htlc_in_timeout(node_factory, bitcoind, executor):
|
|||||||
l2.daemon.wait_for_log('onchaind complete, forgetting peer')
|
l2.daemon.wait_for_log('onchaind complete, forgetting peer')
|
||||||
|
|
||||||
|
|
||||||
|
@unittest.skipIf(not TEST_NETWORK == 'regtest', 'must be on bitcoin network')
|
||||||
@unittest.skipIf(not DEVELOPER, "needs DEVELOPER=1")
|
@unittest.skipIf(not DEVELOPER, "needs DEVELOPER=1")
|
||||||
def test_bech32_funding(node_factory, chainparams):
|
def test_bech32_funding(node_factory, chainparams):
|
||||||
# Don't get any funds from previous runs.
|
# Don't get any funds from previous runs.
|
||||||
|
|||||||
Reference in New Issue
Block a user