Skip to content

Commit d2a531f

Browse files
committed
Unskip tests after increasing regtest max_feerate_per_kw to 151_000
1 parent ee50748 commit d2a531f

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
@@ -2462,7 +2462,6 @@ def test_update_fee(node_factory, bitcoind):
24622462
l2.daemon.wait_for_log('onchaind complete, forgetting peer')
24632463

24642464

2465-
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd') and os.getenv('VLS_PERMISSIVE') != '1', "feerate above maximum: 110588 > 100000")
24662465
@pytest.mark.developer
24672466
def test_fee_limits(node_factory, bitcoind):
24682467
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
@@ -2706,7 +2706,7 @@ def test_htlc_too_dusty_outgoing(node_factory, bitcoind, chainparams):
27062706
l1.rpc.sendpay(route, inv['payment_hash'], payment_secret=inv['payment_secret'])
27072707

27082708

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

0 commit comments

Comments
 (0)