aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorSuhas Daftuar <sdaftuar@gmail.com>2022-07-27 11:47:13 -0400
committerSuhas Daftuar <sdaftuar@gmail.com>2022-08-12 17:13:00 -0400
commitf6a916683d75ed5489666dbfbd711f000ad0707f (patch)
treef48c2bcb369b19e113fd78d93f0a3cc27546a18b /test/functional/test_runner.py
parent05f7f31598b8bb06acb12e1e2a3ccf324b035ea8 (diff)
downloadbitcoin-f6a916683d75ed5489666dbfbd711f000ad0707f.tar.xz
Add functional test for block announcements during initial headers sync
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py1
1 files changed, 1 insertions, 0 deletions
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',