Skip to content

Commit 72cb781

Browse files
ksedgwicdevrandom
authored andcommitted
Skip tests which frequently flake
1 parent a6e62e4 commit 72cb781

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_closing.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2796,6 +2796,7 @@ def setup_multihtlc_test(node_factory, bitcoind):
27962796

27972797
@pytest.mark.developer("needs DEVELOPER=1 for dev_ignore_htlcs")
27982798
@pytest.mark.slow_test
2799+
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "frequently flakes")
27992800
def test_onchain_multihtlc_our_unilateral(node_factory, bitcoind):
28002801
"""Node pushes a channel onchain with multiple HTLCs with same payment_hash """
28012802
h, nodes = setup_multihtlc_test(node_factory, bitcoind)
@@ -2888,6 +2889,7 @@ def test_onchain_multihtlc_our_unilateral(node_factory, bitcoind):
28882889

28892890
@pytest.mark.developer("needs DEVELOPER=1 for dev_ignore_htlcs")
28902891
@pytest.mark.slow_test
2892+
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "frequently flakes")
28912893
def test_onchain_multihtlc_their_unilateral(node_factory, bitcoind):
28922894
"""Node pushes a channel onchain with multiple HTLCs with same payment_hash """
28932895
h, nodes = setup_multihtlc_test(node_factory, bitcoind)

0 commit comments

Comments
 (0)