aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2022-02-02 13:23:02 +0100
committerMarcoFalke <falke.marco@gmail.com>2022-03-10 13:05:29 +0100
commitfa9112aac07dc371bfda437d40eb1b841f36f392 (patch)
tree42432d72398e9e85da4effa13c3390d536d7341c /test/functional/test_runner.py
parent76d44e832f5b9a86c5d37b583825f6ddb6096e7e (diff)
downloadbitcoin-fa9112aac07dc371bfda437d40eb1b841f36f392.tar.xz
Remove utxo db upgrade code
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index b0f24e3b97..93bd61bac1 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -307,6 +307,7 @@ BASE_SCRIPTS = [
'p2p_ping.py',
'rpc_scantxoutset.py',
'feature_txindex_compatibility.py',
+ 'feature_unsupported_utxo_db.py',
'feature_logging.py',
'feature_anchors.py',
'feature_coinstatsindex.py --legacy-wallet',