aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Morcos <[email protected]>2015-10-15 14:37:59 -0400
committerAlex Morcos <[email protected]>2015-10-16 10:27:03 -0400
commit0658d0ba8262a51c30278389cf0c1204934db9f3 (patch)
tree6eea254cead596af2826e7954622929b77cdbfc2
parentMerge pull request #6820 (diff)
downloaddiscoin-0658d0ba8262a51c30278389cf0c1204934db9f3.tar.xz
discoin-0658d0ba8262a51c30278389cf0c1204934db9f3.zip
temporarily comment out rpcbind.py
until libevent is fixed. also remove duplicate commented-out forknotify.py.
-rwxr-xr-xqa/pull-tester/rpc-tests.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py
index db9776727..65a021bbc 100755
--- a/qa/pull-tester/rpc-tests.py
+++ b/qa/pull-tester/rpc-tests.py
@@ -81,12 +81,11 @@ testScriptsExt = [
'invalidateblock.py',
'keypool.py',
'receivedby.py',
- 'rpcbind_test.py',
-# 'script_test.py',
+# 'rpcbind_test.py', #temporary, bug in libevent, see #6655
+# 'script_test.py', #used for manual comparison of 2 binaries
'smartfees.py',
'maxblocksinflight.py',
'invalidblockrequest.py',
-# 'forknotify.py',
'p2p-acceptblock.py',
'mempool_packages.py',
]