mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
pytest: Mark test_funding_push as network-specific
It checks for both exact values, that may differ due to fees, as well as the unit which varies from network to network.
This commit is contained in:
@@ -821,6 +821,7 @@ def test_funding_toolarge(node_factory, bitcoind):
|
||||
l1.rpc.fundchannel(l2.info['id'], amount)
|
||||
|
||||
|
||||
@unittest.skipIf(TEST_NETWORK != 'regtest', "check_coin_moves is network-specific")
|
||||
def test_funding_push(node_factory, bitcoind):
|
||||
""" Try to push peer some sats """
|
||||
# We track balances, to verify that accounting is ok.
|
||||
|
||||
Reference in New Issue
Block a user