Skip to content

Commit df6dcaf

Browse files
committed
Skip test_penalty_rbf_{burn,normal} for remote_hsmd because exceeds max fee policy.
1 parent ac23e46 commit df6dcaf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_closing.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,6 +1400,7 @@ def test_penalty_htlc_tx_timeout(node_factory, bitcoind, chainparams):
14001400

14011401

14021402
@pytest.mark.developer("uses dev_sign_last_tx")
1403+
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "exceeds max fee policy")
14031404
def test_penalty_rbf_normal(node_factory, bitcoind, executor, chainparams):
14041405
'''
14051406
Test that penalty transactions are RBFed.
@@ -1505,6 +1506,7 @@ def get_rbf_tx(self, depth, name, resolve):
15051506

15061507

15071508
@pytest.mark.developer("uses dev_sign_last_tx")
1509+
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "exceeds max fee policy")
15081510
def test_penalty_rbf_burn(node_factory, bitcoind, executor, chainparams):
15091511
'''
15101512
Test that penalty transactions are RBFed and we are willing to burn

0 commit comments

Comments
 (0)