pytest: Disable MPP sending for 4 tests

These mostly deal with exact HTLC counts, and fixed number of attempts to
conclusion, so the randomization that MPP adds is not desirable.
This commit is contained in:
Christian Decker
2020-07-13 17:38:12 +02:00
parent 212a3c5ec5
commit dad23066dc
3 changed files with 8 additions and 5 deletions

View File

@@ -1963,7 +1963,7 @@ def test_fulfill_incoming_first(node_factory, bitcoind):
# We manually reconnect l2 & l3, after 100 blocks; hence allowing manual
# reconnect, but disabling auto connect, and massive cltv so 2/3 doesn't
# time out.
l1, l2, l3 = node_factory.line_graph(3, opts=[{},
l1, l2, l3 = node_factory.line_graph(3, opts=[{'disable-mpp': None},
{'may_reconnect': True,
'dev-no-reconnect': None},
{'may_reconnect': True,