diff --git a/tests/test_closing.py b/tests/test_closing.py index 58f880b74..81609f3df 100644 --- a/tests/test_closing.py +++ b/tests/test_closing.py @@ -145,6 +145,7 @@ def test_closing_id(node_factory): wait_for(lambda: not only_one(l2.rpc.listpeers(l1.info['id'])['peers'])['connected']) +@unittest.skipIf(VALGRIND, "Flaky under valgrind") def test_closing_torture(node_factory, executor, bitcoind): # We set up N-to-N fully-connected mesh, then try # closing them all at once.