tests: mark as regtest only

This commit is contained in:
niftynei
2020-06-22 20:11:11 -05:00
committed by neil saitug
parent 20193496bb
commit ba6e4b6ef2

View File

@@ -447,6 +447,7 @@ def test_htlc_in_timeout(node_factory, bitcoind, executor):
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")
def test_bech32_funding(node_factory, chainparams):
# Don't get any funds from previous runs.