aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorglozow <gloriajzhao@gmail.com>2021-07-15 07:29:26 +0100
committerglozow <gloriajzhao@gmail.com>2021-08-06 10:04:59 +0100
commitaccf3d5868460b4b14ab607fd66ac985b086fbb3 (patch)
treead914a1dde0bb2a822c7914fade509a6c97a2e74 /test/functional/test_runner.py
parent2b6b26e57c24d2f0abd442c1c33098e3121572ce (diff)
downloadbitcoin-accf3d5868460b4b14ab607fd66ac985b086fbb3.tar.xz
[test] mempool package ancestor/descendant limits
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 fecf52d53a..1a1a6a263a 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -218,6 +218,7 @@ BASE_SCRIPTS = [
'rpc_createmultisig.py --legacy-wallet',
'rpc_createmultisig.py --descriptors',
'rpc_packages.py',
+ 'mempool_package_limits.py',
'feature_versionbits_warning.py',
'rpc_preciousblock.py',
'wallet_importprunedfunds.py --legacy-wallet',