Skip to content

Commit c8b115e

Browse files
committed
travis: temporarily disable the forknotify test
It appears to be breaking randomly on Windows
1 parent 1877390 commit c8b115e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/pull-tester/rpc-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export BITCOIND=${REAL_BITCOIND}
1313
if [ "x${ENABLE_BITCOIND}${ENABLE_UTILS}${ENABLE_WALLET}" = "x111" ]; then
1414
${BUILDDIR}/qa/rpc-tests/wallet.sh "${BUILDDIR}/src"
1515
${BUILDDIR}/qa/rpc-tests/listtransactions.py --srcdir "${BUILDDIR}/src"
16-
${BUILDDIR}/qa/rpc-tests/forknotify.py --srcdir "${BUILDDIR}/src"
16+
#${BUILDDIR}/qa/rpc-tests/forknotify.py --srcdir "${BUILDDIR}/src"
1717
else
1818
echo "No rpc tests to run. Wallet, utils, and bitcoind must all be enabled"
1919
fi

0 commit comments

Comments
 (0)