Skip to content

Commit f2740eb

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

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
@@ -5,9 +5,9 @@
55
import time
66

77

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

0 commit comments

Comments
 (0)