From 2fc9caac6c9e00b6893bf49698422820ba4b246c Mon Sep 17 00:00:00 2001 From: zarazaex69 Date: Tue, 19 May 2026 22:08:51 +0300 Subject: [PATCH] ci: remove jazz from real carrier e2e test matrix --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e026e5..8003291 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: - name: Run real provider e2e matrix run: | go test -count=1 -v ./internal/e2e \ - -olcrtc.real-carriers=telemost,wbstream,jazz,jitsi \ + -olcrtc.real-carriers=telemost,wbstream,jitsi \ -run '^TestRealProviderTransportMatrix$' \ -olcrtc.real-e2e @@ -111,7 +111,7 @@ jobs: -timeout=85m \ -olcrtc.real-e2e \ -olcrtc.stress \ - -olcrtc.real-carriers=telemost,wbstream,jazz,jitsi \ + -olcrtc.real-carriers=telemost,wbstream,jitsi \ -olcrtc.stress-bulk-duration=90s \ -olcrtc.stress-duration=120s \ -olcrtc.stress-echo-size=1024 \