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 \