From 5996f006028430e8a6364c26d4f9b333c5955de0 Mon Sep 17 00:00:00 2001 From: Christian Date: Mon, 21 Aug 2023 15:00:24 +0200 Subject: [PATCH] skip slow tests on crc No-Issue --- dev/common/RUN_INTEGRATION_STAGE.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/common/RUN_INTEGRATION_STAGE.sh b/dev/common/RUN_INTEGRATION_STAGE.sh index c303ec9771..1cd605e142 100755 --- a/dev/common/RUN_INTEGRATION_STAGE.sh +++ b/dev/common/RUN_INTEGRATION_STAGE.sh @@ -28,4 +28,4 @@ pip3 install --upgrade pip wheel pip3 install -r integration_requirements.txt -pytest --log-cli-level=DEBUG -m "deployment_cloud or all" --junitxml=galaxy_ng-results.xml -v galaxy_ng/tests/integration +pytest --log-cli-level=DEBUG -m "(deployment_cloud or all) and not slow_in_cloud" --junitxml=galaxy_ng-results.xml -v galaxy_ng/tests/integration