mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-23 15:04:19 +01:00
pytest: disable test_mpp_interference_2.
We're failing this too often: we'd fail it more but it's disabled with VALGRIND (it shouldn't be: @slow_test removes VALGRIND if SLOW_MACHINE is set). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
c8579b99d0
commit
4a9c162211
@@ -6,7 +6,7 @@ from pyln.client import RpcError, Millisatoshi
|
||||
from pyln.proto.onion import TlvPayload
|
||||
from utils import (
|
||||
DEVELOPER, wait_for, only_one, sync_blockheight, TIMEOUT,
|
||||
EXPERIMENTAL_FEATURES, env, VALGRIND
|
||||
EXPERIMENTAL_FEATURES, env
|
||||
)
|
||||
import copy
|
||||
import os
|
||||
@@ -3376,10 +3376,9 @@ def test_mpp_waitblockheight_routehint_conflict(node_factory, bitcoind, executor
|
||||
fut.result(TIMEOUT)
|
||||
|
||||
|
||||
@unittest.skipIf(VALGRIND, "runs 7 nodes")
|
||||
@unittest.skipIf(not DEVELOPER, "channel setup very slow (~10 minutes) if not DEVELOPER")
|
||||
@pytest.mark.slow_test
|
||||
@flaky
|
||||
@unittest.skipIf(True, "Broken")
|
||||
def test_mpp_interference_2(node_factory, bitcoind, executor):
|
||||
'''
|
||||
We create a "public network" that looks like so.
|
||||
|
||||
Reference in New Issue
Block a user