Skip external realtime voice test in call-center CI
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user