From f6a916683d75ed5489666dbfbd711f000ad0707f Mon Sep 17 00:00:00 2001 From: Suhas Daftuar Date: Wed, 27 Jul 2022 11:47:13 -0400 Subject: Add functional test for block announcements during initial headers sync --- 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 c5a69afa6e..6e965da809 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -246,6 +246,7 @@ BASE_SCRIPTS = [ 'rpc_generate.py', 'wallet_balance.py --legacy-wallet', 'wallet_balance.py --descriptors', + 'p2p_initial_headers_sync.py', 'feature_nulldummy.py', 'mempool_accept.py', 'mempool_expiry.py', -- cgit v1.2.3