aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorDaniela Brozzoni <danielabrozzoni@protonmail.com>2022-04-15 20:34:49 +0200
committerDaniela Brozzoni <danielabrozzoni@protonmail.com>2022-05-30 16:25:18 +0200
commite8959000b63db4f2a21579fd4be27618c5fbd5b9 (patch)
treeb8af7a1d88f5d55c438be8e3a418810c5e12ef10 /test/functional/test_runner.py
parente93046c10b4d4e139cd7b41791ad1bfe925351e2 (diff)
downloadbitcoin-e8959000b63db4f2a21579fd4be27618c5fbd5b9.tar.xz
test: Use MiniWallet in rpc_rawtransaction.py
This test was previously run twice, once with `--legacy-wallet` and once with `--descriptors`. Now we run it only with `--legacy-wallet`, as all the tests has been ported to the MiniWallet but `raw_multisig_transaction_legacy_tests`, which can be run only with the legacy wallet. We also decrease the number of nodes used from 4 to 3, making the test run slightly faster.
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index 8416a5881d..d495cd3934 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -183,7 +183,6 @@ BASE_SCRIPTS = [
'rpc_signrawtransaction.py --legacy-wallet',
'rpc_signrawtransaction.py --descriptors',
'rpc_rawtransaction.py --legacy-wallet',
- 'rpc_rawtransaction.py --descriptors',
'wallet_groups.py --legacy-wallet',
'wallet_transactiontime_rescan.py --descriptors',
'wallet_transactiontime_rescan.py --legacy-wallet',