From b3a93b409e7fb33af77bd34a269a3eae71d3ba83 Mon Sep 17 00:00:00 2001 From: Martin Zumsande Date: Thu, 20 Jul 2023 18:24:29 -0400 Subject: test: add functional test for deadlock situation --- test/functional/test_runner.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/functional/test_runner.py') diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index d93e6fd6da..df27cce54b 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -267,6 +267,7 @@ BASE_SCRIPTS = [ 'p2p_leak_tx.py', 'p2p_eviction.py', 'p2p_ibd_stalling.py', + 'p2p_net_deadlock.py', 'wallet_signmessagewithaddress.py', 'rpc_signmessagewithprivkey.py', 'rpc_generate.py', -- cgit v1.2.3