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