aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorAyush Sharma <mrayushs933@gmail.com>2022-06-24 17:56:53 +0530
committerAyush Sharma <mrayushs933@gmail.com>2022-06-24 17:56:53 +0530
commiteec23dad1ec471641dcc74f6679e5c0eda44da94 (patch)
treee22462134ffb78b96475564861200c4d651dda86 /test/functional/test_runner.py
parent3340d46cd363e568ce842b2a9930e30902d150ca (diff)
downloadbitcoin-eec23dad1ec471641dcc74f6679e5c0eda44da94.tar.xz
test: remove wallet dependency from feature_nulldummy.py
This test can now be run even with the Bitcoin Core wallet disabled.
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index 6a44f9d21d..997b062cae 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -244,8 +244,7 @@ BASE_SCRIPTS = [
'rpc_generate.py',
'wallet_balance.py --legacy-wallet',
'wallet_balance.py --descriptors',
- 'feature_nulldummy.py --legacy-wallet',
- 'feature_nulldummy.py --descriptors',
+ 'feature_nulldummy.py',
'mempool_accept.py',
'mempool_expiry.py',
'wallet_import_rescan.py --legacy-wallet',