Skip to content

Commit 6e7bcf1

Browse files
committed
Skip test_penalty_rbf_{burn,normal} for remote_hsmd because exceeds max fee policy.
1 parent 64220fd commit 6e7bcf1

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
@@ -1410,6 +1410,7 @@ def test_penalty_htlc_tx_timeout(node_factory, bitcoind, chainparams):
14101410

14111411

14121412
@pytest.mark.developer("uses dev_sign_last_tx")
1413+
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "exceeds max fee policy")
14131414
def test_penalty_rbf_normal(node_factory, bitcoind, executor, chainparams):
14141415
'''
14151416
Test that penalty transactions are RBFed.
@@ -1515,6 +1516,7 @@ def get_rbf_tx(self, depth, name, resolve):
15151516

15161517

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

0 commit comments

Comments
 (0)