17343: Launch arvados boot with wb1 disabled on integration tests.
[arvados-workbench2.git] / 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