Skip to content

Commit 3c1fcec

Browse files
committed
tests: disable flaky on test_splice, incompatible w/ pytest-timeout
1 parent dc5eb78 commit 3c1fcec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_splicing.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
@pytest.mark.openchannel('v1')
1313
@pytest.mark.openchannel('v2')
1414
@unittest.skipIf(TEST_NETWORK != 'regtest', 'elementsd doesnt yet support PSBT features we need')
15-
@flaky
15+
# incompatible w/ pytest-timeout
16+
# @flaky
1617
def test_splice(node_factory, bitcoind):
1718
l1, l2 = node_factory.line_graph(2, fundamount=1000000, wait_for_announce=True, opts={'experimental-splicing': None})
1819

0 commit comments

Comments
 (0)