From 793f7630f33c0ba6f105e83028ff953f19567392 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sat, 9 May 2026 13:51:40 +0000 Subject: [PATCH] Skip external realtime voice test in call-center CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1515497..51d4606 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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