Skip to content

Commit a3d6ec5

Browse files
committed
test: move rpc_rawtransaction tests to < 30s group
1 parent 5a1ed96 commit a3d6ec5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/functional/test_runner.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@
125125
'wallet_abandonconflict.py --legacy-wallet',
126126
'wallet_abandonconflict.py --descriptors',
127127
'feature_csv_activation.py',
128-
'rpc_rawtransaction.py --legacy-wallet',
129-
'rpc_rawtransaction.py --descriptors',
130128
'wallet_address_types.py --legacy-wallet',
131129
'wallet_address_types.py --descriptors',
132130
'feature_bip68_sequence.py',
@@ -173,6 +171,8 @@
173171
'feature_proxy.py',
174172
'rpc_signrawtransaction.py --legacy-wallet',
175173
'rpc_signrawtransaction.py --descriptors',
174+
'rpc_rawtransaction.py --legacy-wallet',
175+
'rpc_rawtransaction.py --descriptors',
176176
'wallet_groups.py --legacy-wallet',
177177
'p2p_addrv2_relay.py',
178178
'wallet_groups.py --descriptors',

0 commit comments

Comments
 (0)