We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d478052 commit a6e62e4Copy full SHA for a6e62e4
tests/test_connection.py
@@ -1940,6 +1940,7 @@ def test_multifunding_wumbo(node_factory):
1940
@unittest.skipIf(TEST_NETWORK == 'liquid-regtest', "Fees on elements are different")
1941
@pytest.mark.developer("uses dev-fail")
1942
@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")
1944
def test_multifunding_feerates(node_factory, bitcoind):
1945
'''
1946
Test feerate parameters for multifundchannel
0 commit comments