mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge pull request #230 from AkioNak/rpctest-run-though
fix rpc-tests to avoid illegal termination.
This commit is contained in:
commit
d599ffaab0
2 changed files with 2 additions and 3 deletions
|
|
@ -169,7 +169,7 @@ if ENABLE_ZMQ:
|
|||
testScriptsExt = [
|
||||
'pruning.py',
|
||||
# vv Tests less than 20m vv
|
||||
'smartfees.py',
|
||||
# 'smartfees.py',
|
||||
# vv Tests less than 5m vv
|
||||
'maxuploadtarget.py',
|
||||
'mempool_packages.py',
|
||||
|
|
@ -180,7 +180,7 @@ testScriptsExt = [
|
|||
# vv Tests less than 60s vv
|
||||
#'bip9-softforks.py',
|
||||
'p2p-feefilter.py',
|
||||
'rpcbind_test.py',
|
||||
# 'rpcbind_test.py',
|
||||
# vv Tests less than 30s vv
|
||||
#'bip65-cltv.py',
|
||||
#'bip65-cltv-p2p.py',
|
||||
|
|
|
|||
|
|
@ -151,7 +151,6 @@ class EstimateFeeTest(BitcoinTestFramework):
|
|||
self.setup_clean_chain = False
|
||||
|
||||
def setup_network(self):
|
||||
return #TODO, commented out in test suite because exit fails
|
||||
'''
|
||||
We'll setup the network to have 3 nodes that all mine with different parameters.
|
||||
But first we need to use one node to create a lot of small low priority outputs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue