X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/f21bb210446c4230bef9e5e50b4a9e9b1293bd3b..a5f5a2ec8ae05ec2ad41dda0cd736dafe6cc669d:/tools/run-integration-tests.sh diff --git a/tools/run-integration-tests.sh b/tools/run-integration-tests.sh index fbc456bd..159bfc1c 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