Browse Source

tests: mark as regtest only

nifty/pset-pre
niftynei 5 years ago
parent
commit
8c92039b12
No known key found for this signature in database GPG Key ID: BFF0F67810C1EED1
  1. 1
      tests/test_misc.py

1
tests/test_misc.py

@ -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.

Loading…
Cancel
Save