aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorglozow <gloriajzhao@gmail.com>2023-04-19 15:40:18 +0100
committerglozow <gloriajzhao@gmail.com>2023-08-14 15:54:31 +0100
commit9eac5a0529f869075f0331e40d322c34fc8fc2af (patch)
treed703bb84d64c91147cc4141d197d1748878761c7 /test/functional/test_runner.py
parent61e77bb901bca038b46064dc4531e12c2ab50673 (diff)
downloadbitcoin-9eac5a0529f869075f0331e40d322c34fc8fc2af.tar.xz
[functional test] transaction orphan handling
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 e627a40e10..8d50f417b9 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -122,6 +122,7 @@ BASE_SCRIPTS = [
'feature_abortnode.py',
'wallet_address_types.py --legacy-wallet',
'wallet_address_types.py --descriptors',
+ 'p2p_orphan_handling.py',
'wallet_basic.py --legacy-wallet',
'wallet_basic.py --descriptors',
'feature_maxtipage.py',