feat: run rpc_quorum.py with only one type of wallet

This commit is contained in:
Konstantin Akimov 2024-10-29 23:38:25 +07:00
parent af1923f5c2
commit 71cd68d038
No known key found for this signature in database
GPG Key ID: 2176C4A5D01EA524

View File

@ -153,8 +153,7 @@ BASE_SCRIPTS = [
'feature_reindex.py', 'feature_reindex.py',
'feature_abortnode.py', 'feature_abortnode.py',
# vv Tests less than 30s vv # vv Tests less than 30s vv
'rpc_quorum.py --legacy-wallet', 'rpc_quorum.py',
'rpc_quorum.py --descriptors',
'wallet_keypool_topup.py --legacy-wallet', 'wallet_keypool_topup.py --legacy-wallet',
'wallet_keypool_topup.py --descriptors', 'wallet_keypool_topup.py --descriptors',
'feature_fee_estimation.py', 'feature_fee_estimation.py',