From b2b6721096c51ab5c3c2ff0024bf92453187abd8 Mon Sep 17 00:00:00 2001 From: lateminer <9951982+lateminer@users.noreply.github.com> Date: Sat, 3 Feb 2024 20:07:11 +0100 Subject: [PATCH] test: Remove 'wallet_bumpfee.py' from --- test/functional/test_runner.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index efade1631a..9ab7be31d6 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -107,8 +107,6 @@ 'rpc_psbt.py --descriptors', 'wallet_fundrawtransaction.py --legacy-wallet', 'wallet_fundrawtransaction.py --descriptors', - 'wallet_bumpfee.py --legacy-wallet', - 'wallet_bumpfee.py --descriptors', 'wallet_import_rescan.py --legacy-wallet', 'wallet_backup.py --legacy-wallet', 'wallet_backup.py --descriptors',