From 6b0b230c52d9a7e80f9fa2611b9c3c8fad0b7b6d Mon Sep 17 00:00:00 2001 From: James Tanner Date: Sat, 30 Mar 2024 14:51:49 -0400 Subject: [PATCH] Limit tests for now. No-Issue Signed-off-by: James Tanner --- profiles/base/run_integration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/base/run_integration.sh b/profiles/base/run_integration.sh index 6a071921c2..b92d552921 100644 --- a/profiles/base/run_integration.sh +++ b/profiles/base/run_integration.sh @@ -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