mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 22:31:48 +01:00
tests: mark test as requiring developer
hangs with EXP_DF when developer=0
This commit is contained in:
parent
5cac36724e
commit
efdc36c8e9
1 changed files with 1 additions and 0 deletions
|
@ -1076,6 +1076,7 @@ def test_funding_push(node_factory, bitcoind, chainparams):
|
|||
|
||||
@pytest.mark.openchannel('v1')
|
||||
@pytest.mark.openchannel('v2')
|
||||
@pytest.mark.developer
|
||||
def test_funding_by_utxos(node_factory, bitcoind):
|
||||
"""Fund a channel with specific utxos"""
|
||||
l1, l2, l3 = node_factory.line_graph(3, fundchannel=False)
|
||||
|
|
Loading…
Add table
Reference in a new issue