Skip to content

Commit 66016cc

Browse files
committed
Skip unruly tests unless PERMISSIVE
1 parent ffca9cd commit 66016cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_plugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1755,6 +1755,7 @@ def test_bitcoin_backend(node_factory, bitcoind):
17551755
" bitcoind")
17561756

17571757

1758+
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd') and os.getenv('VLS_PERMISSIVE') != '1', "channel too big, then feerate above maximum")
17581759
def test_bitcoin_bad_estimatefee(node_factory, bitcoind):
17591760
"""
17601761
This tests that we don't crash if bitcoind backend gives bad estimatefees.

0 commit comments

Comments
 (0)