diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-10-19 12:15:14 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-10-19 12:15:26 +0200 |
| commit | 5f5ee0f3ce6bfe8c0b1d15b5a498077f7a59ee03 (patch) | |
| tree | 067a53d2497afe7b4a08f1de141a0bc222e2a720 | |
| parent | Merge pull request #6843 (diff) | |
| parent | temporarily comment out rpcbind.py (diff) | |
| download | discoin-5f5ee0f3ce6bfe8c0b1d15b5a498077f7a59ee03.tar.xz discoin-5f5ee0f3ce6bfe8c0b1d15b5a498077f7a59ee03.zip | |
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 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', ] |