From: Stephen Smith Date: Tue, 26 Jul 2022 18:57:10 +0000 (-0400) Subject: 16070: Cleanup and update integration test script X-Git-Tag: 2.5.0~45^2 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/00720cddd593eaec785f7e0104068177bcfde67d 16070: Cleanup and update integration test script Arvados-DCO-1.1-Signed-off-by: Stephen Smith --- diff --git a/src/views-components/context-menu/action-sets/process-resource-action-set.ts b/src/views-components/context-menu/action-sets/process-resource-action-set.ts index 65e29bef..a7a75901 100644 --- a/src/views-components/context-menu/action-sets/process-resource-action-set.ts +++ b/src/views-components/context-menu/action-sets/process-resource-action-set.ts @@ -7,7 +7,7 @@ import { ToggleFavoriteAction } from "../actions/favorite-action"; import { toggleFavorite } from "store/favorites/favorites-actions"; import { RenameIcon, ShareIcon, MoveToIcon, CopyIcon, DetailsIcon, - RemoveIcon, ReRunProcessIcon, InputIcon, OutputIcon, CommandIcon, + RemoveIcon, ReRunProcessIcon, InputIcon, OutputIcon, AdvancedIcon } from "components/icon/icon"; import { favoritePanelActions } from "store/favorite-panel/favorite-panel-action"; diff --git a/tools/run-integration-tests.sh b/tools/run-integration-tests.sh index 0a9a0fc4..367ccecd 100755 --- a/tools/run-integration-tests.sh +++ b/tools/run-integration-tests.sh @@ -114,6 +114,7 @@ coproc arvboot (~/go/bin/arvados-server boot \ -type test \ -config ${TMPDIR}/arvados.yml \ -no-workbench1 \ + -no-workbench2 \ -own-temporary-database \ -timeout 20m 2> ${ARVADOS_LOG}) trap cleanup ERR EXIT