X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/56156171fe65695dcec41f540735fd559655a11b..c390816e1df89c27662ef3fe79da10b66410edaa:/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