Skip to content

Commit 667401a

Browse files
committed
[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.
1 parent ea67232 commit 667401a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/functional/test_runner.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,7 @@
231231
'rpc_getblockfrompeer.py',
232232
'rpc_invalidateblock.py',
233233
'feature_utxo_set_hash.py',
234-
'feature_rbf.py --legacy-wallet',
235-
'feature_rbf.py --descriptors',
234+
'feature_rbf.py',
236235
'mempool_packages.py',
237236
'mempool_package_onemore.py',
238237
'rpc_createmultisig.py',

0 commit comments

Comments
 (0)