diff options
| author | Suhas Daftuar <[email protected]> | 2015-04-30 16:40:36 -0400 |
|---|---|---|
| committer | Suhas Daftuar <[email protected]> | 2015-04-30 16:40:36 -0400 |
| commit | 5487975ca3e26e959a815679ba326fb33d6baf8d (patch) | |
| tree | f741dc7606b49ca676ce628e34f8e6f865af0bc4 | |
| parent | Fix mininode disconnections to work with select (diff) | |
| download | discoin-5487975ca3e26e959a815679ba326fb33d6baf8d.tar.xz discoin-5487975ca3e26e959a815679ba326fb33d6baf8d.zip | |
Don't run invalidblockrequest.py in travis until race condition is fixed
| -rwxr-xr-x | qa/pull-tester/rpc-tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/pull-tester/rpc-tests.sh b/qa/pull-tester/rpc-tests.sh index ae27a94b8..840addb25 100755 --- a/qa/pull-tester/rpc-tests.sh +++ b/qa/pull-tester/rpc-tests.sh @@ -31,7 +31,7 @@ testScripts=( 'merkle_blocks.py' # 'forknotify.py' 'maxblocksinflight.py' - 'invalidblockrequest.py' +# 'invalidblockrequest.py' ); if [ "x${ENABLE_BITCOIND}${ENABLE_UTILS}${ENABLE_WALLET}" = "x111" ]; then for (( i = 0; i < ${#testScripts[@]}; i++ )) |