Browse Source

Merge pull request #6837

0658d0b temporarily comment out rpcbind.py (Alex Morcos)
0.13
Wladimir J. van der Laan 9 years ago
parent
commit
5f5ee0f3ce
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 5
      qa/pull-tester/rpc-tests.py

5
qa/pull-tester/rpc-tests.py

@ -81,12 +81,11 @@ testScriptsExt = [ @@ -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',
]

Loading…
Cancel
Save