mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 15:04:44 +01:00
test: move rpc_rawtransaction tests to < 30s group
This commit is contained in:
parent
5a1ed96077
commit
a3d6ec5bb5
1 changed files with 2 additions and 2 deletions
|
@ -125,8 +125,6 @@ BASE_SCRIPTS = [
|
|||
'wallet_abandonconflict.py --legacy-wallet',
|
||||
'wallet_abandonconflict.py --descriptors',
|
||||
'feature_csv_activation.py',
|
||||
'rpc_rawtransaction.py --legacy-wallet',
|
||||
'rpc_rawtransaction.py --descriptors',
|
||||
'wallet_address_types.py --legacy-wallet',
|
||||
'wallet_address_types.py --descriptors',
|
||||
'feature_bip68_sequence.py',
|
||||
|
@ -173,6 +171,8 @@ BASE_SCRIPTS = [
|
|||
'feature_proxy.py',
|
||||
'rpc_signrawtransaction.py --legacy-wallet',
|
||||
'rpc_signrawtransaction.py --descriptors',
|
||||
'rpc_rawtransaction.py --legacy-wallet',
|
||||
'rpc_rawtransaction.py --descriptors',
|
||||
'wallet_groups.py --legacy-wallet',
|
||||
'p2p_addrv2_relay.py',
|
||||
'wallet_groups.py --descriptors',
|
||||
|
|
Loading…
Add table
Reference in a new issue