From: Lucas Di Pentima Date: Wed, 21 Apr 2021 20:57:14 +0000 (-0300) Subject: 17343: Launch arvados boot with wb1 disabled on integration tests. X-Git-Tag: 2.2.0~10^2~4 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/ec1f7e4a9b5d7e13575d2bc8b78603dcd4293be6 17343: Launch arvados boot with wb1 disabled on integration tests. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- 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