aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorSuhas Daftuar <sdaftuar@gmail.com>2022-01-26 15:59:09 -0500
committerSuhas Daftuar <sdaftuar@gmail.com>2022-05-17 09:36:49 -0400
commit48262a00f58489d705314ee3c31136133040bb0e (patch)
tree3e0a3eda6baf63cf0cf728ddc3802f6a355d1f99 /test/functional/test_runner.py
parent0569b5c4bbf8f725e3969d76f7cb081cdf1e4195 (diff)
downloadbitcoin-48262a00f58489d705314ee3c31136133040bb0e.tar.xz
Add functional test for block sync from inbound peers
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 8416a5881d..7b67027d6f 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -157,6 +157,7 @@ BASE_SCRIPTS = [
'wallet_avoidreuse.py --descriptors',
'mempool_reorg.py',
'mempool_persist.py',
+ 'p2p_block_sync.py',
'wallet_multiwallet.py --legacy-wallet',
'wallet_multiwallet.py --descriptors',
'wallet_multiwallet.py --usecli',