mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 06:41:44 +01:00
pytest: Disable test_v2_open if not developer
It requires `--dev-force-features` which isn't available without `DEVELOPER=1`
This commit is contained in:
parent
7962db821c
commit
18483ca582
1 changed files with 1 additions and 0 deletions
|
@ -949,6 +949,7 @@ def test_funding_toolarge(node_factory, bitcoind):
|
|||
|
||||
@unittest.skipIf(TEST_NETWORK != 'regtest', 'elementsd doesnt yet support PSBT features we need')
|
||||
@unittest.skipIf(not EXPERIMENTAL_FEATURES, "dual-funding is experimental only")
|
||||
@unittest.skipIf(not DEVELOPER, "Requires --dev-force-features")
|
||||
def test_v2_open(node_factory, bitcoind, chainparams):
|
||||
l1, l2 = node_factory.get_nodes(2,
|
||||
opts=[{'dev-force-features': '+223'},
|
||||
|
|
Loading…
Add table
Reference in a new issue