aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorglozow <gloriajzhao@gmail.com>2021-07-20 11:49:43 +0100
committerglozow <gloriajzhao@gmail.com>2022-06-23 14:39:47 +0100
commite866f0d0666664885d4c15c79bf59cc59975887a (patch)
tree1a76d13330f23124438a4d6fffa93eb6c4eb1efc /test/functional/test_runner.py
parentfa076515b07ac4b10b2134e323bf4f56be5996a8 (diff)
downloadbitcoin-e866f0d0666664885d4c15c79bf59cc59975887a.tar.xz
[functional test] submitrawpackage RPC
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index 40e08c3f1f..c388c2cca3 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -130,6 +130,7 @@ BASE_SCRIPTS = [
'wallet_address_types.py --descriptors',
'feature_bip68_sequence.py',
'p2p_feefilter.py',
+ 'rpc_packages.py',
'feature_reindex.py',
'feature_abortnode.py',
# vv Tests less than 30s vv
@@ -230,7 +231,6 @@ BASE_SCRIPTS = [
'mempool_packages.py',
'mempool_package_onemore.py',
'rpc_createmultisig.py',
- 'rpc_packages.py',
'mempool_package_limits.py',
'feature_versionbits_warning.py',
'rpc_preciousblock.py',