Skip external realtime voice test in call-center CI

This commit is contained in:
Administrator
2026-05-09 13:51:40 +00:00
parent 82126f98b9
commit 793f7630f3
+1 -1
View File
@@ -32,7 +32,7 @@ test:
extends: .python_job
stage: test
script:
- $PYTHON_BIN -m pytest -q
- $PYTHON_BIN -m pytest -q --ignore=tests/test_realtime_voice_service.py
postgres-readiness:
extends: .python_job