Skip to content

Commit 3c30f27

Browse files
theunigavinandresen
authored andcommitted
travis: disable rpc tests for windows until they're not so flaky
1 parent daf03e7 commit 3c30f27

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

qa/pull-tester/rpc-tests.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ CURDIR=$(cd $(dirname "$0"); pwd)
88
export BITCOINCLI=${BUILDDIR}/qa/pull-tester/run-bitcoin-cli
99
export BITCOIND=${REAL_BITCOIND}
1010

11+
if [ "x${EXEEXT}" = "x.exe" ]; then
12+
echo "Win tests currently disabled"
13+
exit 0
14+
fi
15+
1116
#Run the tests
1217

1318
if [ "x${ENABLE_BITCOIND}${ENABLE_UTILS}${ENABLE_WALLET}" = "x111" ]; then

0 commit comments

Comments
 (0)