diff --git a/.gitea/workflows/integration-tests.yml b/.gitea/workflows/integration-tests.yml index 3e2b111a..0a1e8035 100644 --- a/.gitea/workflows/integration-tests.yml +++ b/.gitea/workflows/integration-tests.yml @@ -139,7 +139,7 @@ jobs: # Run existing test suites if [[ -d "tests" ]]; then - pytest tests/ -x --timeout=30 -q + pytest tests/ -x --timeout=30 -q --ignore=tests/production fi # Service health check integration