aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorAntoine Poinsot <darosior@protonmail.com>2023-09-26 09:31:36 +0200
committerAntoine Poinsot <darosior@protonmail.com>2023-10-08 02:43:26 +0200
commit128bc104ef07e1edaad5378e2ca53e97672a1652 (patch)
tree95771f83c25156fbcc6e0089571b9533a366bc56 /test/functional/test_runner.py
parent117927bd5f30c8bf09aaf91e62f5244990788084 (diff)
downloadbitcoin-128bc104ef07e1edaad5378e2ca53e97672a1652.tar.xz
qa: bound testing for TapMiniscript
Make sure we can spend a maximum-sized Miniscript under Tapscript context.
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 933ea276e7..fbf48a0e4d 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -105,6 +105,7 @@ BASE_SCRIPTS = [
'feature_maxuploadtarget.py',
'mempool_updatefromblock.py',
'mempool_persist.py --descriptors',
+ 'wallet_miniscript.py --descriptors',
# vv Tests less than 60s vv
'rpc_psbt.py --legacy-wallet',
'rpc_psbt.py --descriptors',
@@ -242,7 +243,6 @@ BASE_SCRIPTS = [
'wallet_keypool.py --legacy-wallet',
'wallet_keypool.py --descriptors',
'wallet_descriptor.py --descriptors',
- 'wallet_miniscript.py --descriptors',
'p2p_nobloomfilter_messages.py',
'p2p_filter.py',
'rpc_setban.py',