From efdc36c8e9992b1c83b7f99b558eab982ec8f12a Mon Sep 17 00:00:00 2001 From: niftynei Date: Tue, 11 May 2021 10:28:38 -0500 Subject: [PATCH] tests: mark test as requiring developer hangs with EXP_DF when developer=0 --- tests/test_connection.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_connection.py b/tests/test_connection.py index 19416ece8..bab011286 100644 --- a/tests/test_connection.py +++ b/tests/test_connection.py @@ -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)