diff options
author | Jon Atack <jon@atack.com> | 2021-07-14 16:08:21 +0200 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2021-07-14 16:08:21 +0200 |
commit | a3d6ec5bb567481a634638cea7ae37c355119a7b (patch) | |
tree | 0a0a7f7f07b774bbb47b79a450bfc7926ac4b71c /test | |
parent | 5a1ed96077852c739034c21d399da65db09e7714 (diff) |
test: move rpc_rawtransaction tests to < 30s group
Diffstat (limited to 'test')
-rwxr-xr-x | test/functional/test_runner.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index c3c2f57199..8afd8b3bc1 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -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', |