Skip to content

Commit caea4c4

Browse files
committed
tests: Only run splicing tests when EXPERIMENTAL_SPLICING
Revert "splicing: Skip splice test until splicing is supported" This reverts commit bd9494c.
1 parent 5d5082a commit caea4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_splicing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
)
1010

1111

12+
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd') and os.getenv('EXPERIMENTAL_SPLICING') != '1', "splicing not supported yet")
1213
@pytest.mark.openchannel('v1')
1314
@pytest.mark.openchannel('v2')
14-
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "splicing not supported by VLS yet (VLS #325)")
1515
@unittest.skipIf(TEST_NETWORK != 'regtest', 'elementsd doesnt yet support PSBT features we need')
1616
@flaky
1717
def test_splice(node_factory, bitcoind):

0 commit comments

Comments
 (0)