Skip to content

Commit

Permalink
Limit tests for now.
Browse files Browse the repository at this point in the history
No-Issue

Signed-off-by: James Tanner <[email protected]>
  • Loading branch information
jctanner committed Mar 30, 2024
1 parent 586af70 commit 6b0b230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiles/base/run_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ cd /src/galaxy_ng/
# TODO: fix marks
set -x

$VENVPATH/bin/pytest -v -r sx --color=yes -m "$HUB_TEST_MARKS" "$@" galaxy_ng/tests/integration
$VENVPATH/bin/pytest -v -r sx --color=yes -m "$HUB_TEST_MARKS" -k edit_logo "$@" galaxy_ng/tests/integration
RC=$?

exit $RC

0 comments on commit 6b0b230

Please sign in to comment.