X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/630d36f4c40ef2544b2ce1a80eca34cd9aa16ea3..ed9e3a9e1e1dcdec012ff3b03d0cf1b87c4ffb6b:/tools/run-integration-tests.sh diff --git a/tools/run-integration-tests.sh b/tools/run-integration-tests.sh index fbc456bd5e..159bfc1cb3 100755 --- a/tools/run-integration-tests.sh +++ b/tools/run-integration-tests.sh @@ -107,6 +107,7 @@ echo "Launching arvados in test mode..." coproc arvboot (~/go/bin/arvados-server boot \ -type test \ -config ${ARVADOS_CONF} \ + -no-workbench1 \ -own-temporary-database \ -timeout 20m 2> ${ARVADOS_LOG}) trap cleanup ERR EXIT