From 71cd68d0388f216d5ace95286e41251aff08f35e Mon Sep 17 00:00:00 2001 From: Konstantin Akimov Date: Tue, 29 Oct 2024 23:38:25 +0700 Subject: [PATCH] feat: run rpc_quorum.py with only one type of wallet --- test/functional/test_runner.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index e87d8af957..e33afead55 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -153,8 +153,7 @@ BASE_SCRIPTS = [ 'feature_reindex.py', 'feature_abortnode.py', # vv Tests less than 30s vv - 'rpc_quorum.py --legacy-wallet', - 'rpc_quorum.py --descriptors', + 'rpc_quorum.py', 'wallet_keypool_topup.py --legacy-wallet', 'wallet_keypool_topup.py --descriptors', 'feature_fee_estimation.py',