From 667401a8557f94a3e0b7ec17096077dd8985eac7 Mon Sep 17 00:00:00 2001 From: glozow Date: Thu, 8 Sep 2022 12:25:28 +0100 Subject: [test] only run feature_rbf.py once There is no need to run this test twice with --descriptors and --legacy-wallet, as it doesn't ever use the wallet. --- test/functional/test_runner.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test') diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index 267d8e2177..c4f56e131d 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -231,8 +231,7 @@ BASE_SCRIPTS = [ 'rpc_getblockfrompeer.py', 'rpc_invalidateblock.py', 'feature_utxo_set_hash.py', - 'feature_rbf.py --legacy-wallet', - 'feature_rbf.py --descriptors', + 'feature_rbf.py', 'mempool_packages.py', 'mempool_package_onemore.py', 'rpc_createmultisig.py', -- cgit v1.2.3