aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMacroFake <falke.marco@gmail.com>2022-09-16 15:03:10 +0200
committerMacroFake <falke.marco@gmail.com>2022-09-16 15:03:13 +0200
commit9fefd00d8e672c045c87538e7a6c72183cc0f2e6 (patch)
tree36cc131966500b7b09563b74e6b3c184625b92fe /test
parent3d892d8695850e8a45e0d8b831ef66cba5e0e375 (diff)
parent667401a8557f94a3e0b7ec17096077dd8985eac7 (diff)
downloadbitcoin-9fefd00d8e672c045c87538e7a6c72183cc0f2e6.tar.xz
Merge bitcoin/bitcoin#26107: [test] only run feature_rbf.py once
667401a8557f94a3e0b7ec17096077dd8985eac7 [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 667401a8557f94a3e0b7ec17096077dd8985eac7. theStack: ACK 667401a8557f94a3e0b7ec17096077dd8985eac7 brunoerg: ACK 667401a8557f94a3e0b7ec17096077dd8985eac7 Tree-SHA512: 339213159fac29ebc5678461fae41645aed57877d5525e8ca4755890b869a17ae0bea3f590114769c84b71a7df20c59c9530ab8b327912151c82ec58022f7e71
Diffstat (limited to 'test')
-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 c47e4d9b84..d78c1c634f 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -231,8 +231,7 @@ BASE_SCRIPTS = [
'rpc_getblockfrompeer.py',
'rpc_invalidateblock.py',
'feature_utxo_set_hash.py',
- 'feature_rbf.py --legacy-wallet',
- 'feature_rbf.py --descriptors',
+ 'feature_rbf.py',
'mempool_packages.py',
'mempool_package_onemore.py',
'rpc_createmultisig.py',