mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-11 15:48:05 +00:00
Don't run invalidblockrequest.py in travis until race condition is fixed
This commit is contained in:
parent
ef3281750d
commit
5487975ca3
@ -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++ ))
|
||||
|
Loading…
Reference in New Issue
Block a user