Skip to content

Commit d8150f6

Browse files
committed
Unskip tests after increasing regtest max_feerate_per_kw to 151_000
1 parent 656575a commit d8150f6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/test_connection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2492,7 +2492,6 @@ def test_update_fee(node_factory, bitcoind):
24922492
l2.daemon.wait_for_log('onchaind complete, forgetting peer')
24932493

24942494

2495-
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd') and os.getenv('VLS_PERMISSIVE') != '1', "feerate above maximum: 110588 > 100000")
24962495
@pytest.mark.developer
24972496
def test_fee_limits(node_factory, bitcoind):
24982497
l1, l2, l3, l4 = node_factory.get_nodes(4, opts=[{'dev-max-fee-multiplier': 5, 'may_reconnect': True,

tests/test_pay.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2714,7 +2714,7 @@ def test_htlc_too_dusty_outgoing(node_factory, bitcoind, chainparams):
27142714
l1.rpc.sendpay(route, inv['payment_hash'], payment_secret=inv['payment_secret'])
27152715

27162716

2717-
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd') and os.getenv('VLS_PERMISSIVE') != '1', "feerate above maximum: 101762 > 100000")
2717+
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd') and os.getenv('VLS_PERMISSIVE') != '1', "feerate above maximum (escalates)")
27182718
@pytest.mark.developer("needs DEVELOPER=1 for dev_ignore_htlcs")
27192719
def test_htlc_too_dusty_incoming(node_factory, bitcoind):
27202720
""" Try to hit the 'too much dust' limit, should fail the HTLC """

0 commit comments

Comments
 (0)