Skip to content

Commit bd9494c

Browse files
committed
splicing: Skip splice test until splicing is supported
1 parent 56763e4 commit bd9494c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_splicing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
@pytest.mark.openchannel('v1')
99
@pytest.mark.openchannel('v2')
10+
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "splicing not supported by VLS yet (VLS #325)")
1011
@unittest.skipIf(TEST_NETWORK != 'regtest', 'elementsd doesnt yet support PSBT features we need')
1112
def test_splice(node_factory, bitcoind):
1213
l1, l2 = node_factory.line_graph(2, fundamount=1000000, wait_for_announce=True, opts={'experimental-splicing': None})

0 commit comments

Comments
 (0)