Skip to content

Commit

Permalink
test: move rpc_rawtransaction tests to < 30s group
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatack authored and janus committed Nov 3, 2021
1 parent 68ad709 commit 8535c0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functional/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@
'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',
Expand Down Expand Up @@ -172,6 +170,8 @@
'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',
Expand Down

0 comments on commit 8535c0f

Please sign in to comment.