Skip to content

Commit c62c7eb

Browse files
committed
splicing: Skip splice test until splicing is supported
1 parent d6a6f9a commit c62c7eb

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
@@ -11,6 +11,7 @@
1111

1212
@pytest.mark.openchannel('v1')
1313
@pytest.mark.openchannel('v2')
14+
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "splicing not supported by VLS yet (VLS #325)")
1415
@unittest.skipIf(TEST_NETWORK != 'regtest', 'elementsd doesnt yet support PSBT features we need')
1516
@flaky
1617
def test_splice(node_factory, bitcoind):

0 commit comments

Comments
 (0)