Skip to content

Commit 9fefd00

Browse files
author
MacroFake
committed
Merge bitcoin/bitcoin#26107: [test] only run feature_rbf.py once
667401a [test] only run feature_rbf.py once (glozow) Pull request description: There is no need to run this test twice with --descriptors and --legacy-wallet, as it doesn't use the wallet. ACKs for top commit: aureleoules: ACK 667401a. theStack: ACK 667401a brunoerg: ACK 667401a Tree-SHA512: 339213159fac29ebc5678461fae41645aed57877d5525e8ca4755890b869a17ae0bea3f590114769c84b71a7df20c59c9530ab8b327912151c82ec58022f7e71
2 parents 3d892d8 + 667401a commit 9fefd00

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)