fix: remove -n auto parallel flag from pytest invocation in test workflow to avoid race conditions in integration tests

This commit is contained in:
2026-05-14 02:36:38 +00:00
parent f4c4769021
commit e3676f26ea
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
- name: Run integration tests - name: Run integration tests
run: | run: |
python -m pytest tests/ -n auto -v --tb=line -x python -m pytest tests/ -v --tb=line -x
- name: Upload test screenshots - name: Upload test screenshots
if: failure() if: failure()