df-tests: test_reconnect_sender_add1, others

We're still ignoring multifundchannel failure tests, but now we use the
'dual-fund' flag instead of a blanket true.
This commit is contained in:
niftynei
2020-12-18 10:30:15 -06:00
committed by Christian Decker
parent d9c68a708a
commit 7eb6213fca
2 changed files with 8 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ from pyln.client import RpcError
from threading import Event
from pyln.testing.utils import (
DEVELOPER, TIMEOUT, VALGRIND, DEPRECATED_APIS, sync_blockheight, only_one,
wait_for, TailableProc, env
wait_for, TailableProc, env, EXPERIMENTAL_DUAL_FUND
)
from utils import (
check_coin_moves, account_balance
@@ -161,6 +161,7 @@ def test_bitcoin_ibd(node_factory, bitcoind):
assert 'warning_bitcoind_sync' not in l1.rpc.getinfo()
@unittest.skipIf(EXPERIMENTAL_DUAL_FUND, "Requires fundchannel_start")
def test_lightningd_still_loading(node_factory, bitcoind, executor):
"""Test that we recognize we haven't got all blocks from bitcoind"""