mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-15 16:38:23 +01:00
test: enable functional tests with large rpc args for cli
Also, the following tests (for which self.supports_cli = False was not set) will now work with --usecli: feature_fastprune.py feature_fee_estimation.py feature_reindex_readonly.py feature_taproot.py mempool_package_rbf.py p2p_net_deadlock.py p2p_tx_download.py rpc_packages.py
This commit is contained in:
@@ -221,7 +221,6 @@ class SegWitTest(BitcoinTestFramework):
|
||||
["-acceptnonstdtxn=1", f"-testactivationheight=segwit@{SEGWIT_HEIGHT}", "-par=1"],
|
||||
["-acceptnonstdtxn=0", f"-testactivationheight=segwit@{SEGWIT_HEIGHT}"],
|
||||
]
|
||||
self.supports_cli = False
|
||||
|
||||
# Helper functions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user