diff --git a/tests/test_splicing.py b/tests/test_splicing.py index db74394095c0..51882e987e7f 100644 --- a/tests/test_splicing.py +++ b/tests/test_splicing.py @@ -9,9 +9,9 @@ ) +@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd') and os.getenv('EXPERIMENTAL_SPLICING') != '1', "splicing not supported yet") @pytest.mark.openchannel('v1') @pytest.mark.openchannel('v2') -@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "splicing not supported by VLS yet (VLS #325)") @unittest.skipIf(TEST_NETWORK != 'regtest', 'elementsd doesnt yet support PSBT features we need') @flaky def test_splice(node_factory, bitcoind):