Skip to content

Commit

Permalink
tests: Only run splicing tests when EXPERIMENTAL_SPLICING
Browse files Browse the repository at this point in the history
Revert "splicing: Skip splice test until splicing is supported"

This reverts commit bd9494c.
  • Loading branch information
ksedgwic committed Nov 11, 2023
1 parent 6894eeb commit b84b8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_splicing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit b84b8d4

Please sign in to comment.