Skip to content

Commit a6e62e4

Browse files
ksedgwicdevrandom
authored andcommitted
Skip test_multifunding_feerates because flakes too often
1 parent d478052 commit a6e62e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_connection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1940,6 +1940,7 @@ def test_multifunding_wumbo(node_factory):
19401940
@unittest.skipIf(TEST_NETWORK == 'liquid-regtest', "Fees on elements are different")
19411941
@pytest.mark.developer("uses dev-fail")
19421942
@pytest.mark.openchannel('v1') # v2 the weight calculation is off by 3
1943+
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "flakes too frequently w/ VLS")
19431944
def test_multifunding_feerates(node_factory, bitcoind):
19441945
'''
19451946
Test feerate parameters for multifundchannel

0 commit comments

Comments
 (0)