From 6d22d975ffb9387fc2f53bcd3e812669a66f0d5f Mon Sep 17 00:00:00 2001 From: Akio Nakamura Date: Wed, 9 Aug 2017 10:43:30 +0900 Subject: [PATCH 1/2] delete return statement that top of setup_network --- qa/rpc-tests/smartfees.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qa/rpc-tests/smartfees.py b/qa/rpc-tests/smartfees.py index 08cb4d79d9..b678f338af 100755 --- a/qa/rpc-tests/smartfees.py +++ b/qa/rpc-tests/smartfees.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 From a0046c047f3b40fdb88fca86534206ed312552b4 Mon Sep 17 00:00:00 2001 From: Akio Nakamura Date: Wed, 9 Aug 2017 10:44:19 +0900 Subject: [PATCH 2/2] comment out smartfees.py and rpcbind_test.py --- qa/pull-tester/rpc-tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py index 67522f6647..91c99e76bc 100755 --- a/qa/pull-tester/rpc-tests.py +++ b/qa/pull-tester/rpc-tests.py @@ -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',