17343: Launch arvados boot with wb1 disabled on integration tests. 17343-disable-wb1-on-tests
authorLucas Di Pentima <lucas@di-pentima.com.ar>
Wed, 21 Apr 2021 20:57:14 +0000 (17:57 -0300)
committerLucas Di Pentima <lucas@di-pentima.com.ar>
Wed, 21 Apr 2021 20:57:14 +0000 (17:57 -0300)
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

tools/run-integration-tests.sh

index fbc456bd5e0bdf567d1a1f3de66488a8f139aa91..159bfc1cb3abf5439adc94a3141e0738718ca3e2 100755 (executable)
@@ -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