aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authordergoegge <n.goeggi@gmail.com>2024-02-02 16:16:55 +0000
committerdergoegge <n.goeggi@gmail.com>2024-02-27 14:19:15 +0000
commit5bf4f5ba32da4627f152b54d266df9b2aa930457 (patch)
treefc264d947948ac3251169a7357260683376c054c /test/functional/test_runner.py
parent49257c0304828a185c273fcb99742c54bbef0c8e (diff)
downloadbitcoin-5bf4f5ba32da4627f152b54d266df9b2aa930457.tar.xz
[test] Add regression test for #27608
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 9bfc9aa7d4..a852a0d65c 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -306,6 +306,7 @@ BASE_SCRIPTS = [
'wallet_crosschain.py',
'mining_basic.py',
'feature_signet.py',
+ 'p2p_mutated_blocks.py',
'wallet_implicitsegwit.py --legacy-wallet',
'rpc_named_arguments.py',
'feature_startupnotify.py',