From 5487975ca3e26e959a815679ba326fb33d6baf8d Mon Sep 17 00:00:00 2001 From: Suhas Daftuar Date: Thu, 30 Apr 2015 16:40:36 -0400 Subject: [PATCH] Don't run invalidblockrequest.py in travis until race condition is fixed --- qa/pull-tester/rpc-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/pull-tester/rpc-tests.sh b/qa/pull-tester/rpc-tests.sh index ae27a94b..840addb2 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++ ))