diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-10-19 12:15:14 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-10-19 12:15:26 +0200 |
commit | 5f5ee0f3ce6bfe8c0b1d15b5a498077f7a59ee03 (patch) | |
tree | 067a53d2497afe7b4a08f1de141a0bc222e2a720 | |
parent | fc41278e96890473c14916e2f7e0aa61e99c9849 (diff) | |
parent | 0658d0ba8262a51c30278389cf0c1204934db9f3 (diff) |
Merge pull request #6837
0658d0b temporarily comment out rpcbind.py (Alex Morcos)
-rwxr-xr-x | qa/pull-tester/rpc-tests.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py index db97767272..65a021bbc2 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', ] |