Skip to content

Commit 2014d32

Browse files
authored
Merge pull request #63 from lightning-signer/2022-05-skip-test-multifunding-feerates
Skip some tests
2 parents cd0860e + a965d11 commit 2014d32

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-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

tests/test_gossip.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ def test_announce_address(node_factory, bitcoind):
175175

176176
@unittest.skipIf(not EXPERIMENTAL_FEATURES, "BOLT7 DNS RFC #911")
177177
@pytest.mark.developer("gossip without DEVELOPER=1 is slow")
178+
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "trouble with IPv6 in VLS CI runner")
178179
def test_announce_and_connect_via_dns(node_factory, bitcoind):
179180
""" Test that DNS annoucements propagate and can be used when connecting.
180181

0 commit comments

Comments
 (0)