diff options
author | glozow <gloriajzhao@gmail.com> | 2022-09-08 12:25:28 +0100 |
---|---|---|
committer | glozow <gloriajzhao@gmail.com> | 2022-09-08 12:26:41 +0100 |
commit | 667401a8557f94a3e0b7ec17096077dd8985eac7 (patch) | |
tree | c71b35a4200a44e3ec6217ecbf5a75e72bc4fe7a /test | |
parent | ea67232cdb80c4bc3f16fcd823f6f811fd8903e1 (diff) |
[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.
Diffstat (limited to 'test')
-rwxr-xr-x | test/functional/test_runner.py | 3 |
1 files changed, 1 insertions, 2 deletions
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', |