Skip to content

Commit 838d06f

Browse files
committed
feat: enable descriptor wallets for more tests
Enables for rpc_quorum.py, feature_notifications.py see dashpay#5981, it partial revert of b20f812
1 parent 5ab108c commit 838d06f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/functional/test_runner.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@
151151
'feature_abortnode.py',
152152
# vv Tests less than 30s vv
153153
'rpc_quorum.py --legacy-wallet',
154+
'rpc_quorum.py --descriptors',
154155
'wallet_keypool_topup.py --legacy-wallet',
155156
'wallet_keypool_topup.py --descriptors',
156157
'feature_fee_estimation.py',
@@ -227,7 +228,7 @@
227228
'feature_backwards_compatibility.py --legacy-wallet',
228229
'feature_backwards_compatibility.py --descriptors',
229230
'wallet_txn_clone.py --mineblock',
230-
'feature_notifications.py --legacy-wallet',
231+
'feature_notifications.py',
231232
'rpc_getblockfilter.py',
232233
'rpc_invalidateblock.py',
233234
'feature_txindex.py',

0 commit comments

Comments
 (0)