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', 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