diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index c47e4d9b843..d78c1c634fe 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',