openvidu-test-e2e: disable audio only opus RTSP test

master
pabloFuente 2025-02-07 11:14:06 +01:00
parent 88214676a8
commit 8185324a0a
1 changed files with 1 additions and 0 deletions

View File

@ -1932,6 +1932,7 @@ public class OpenViduTestAppE2eTest extends AbstractOpenViduTestappE2eTest {
@Test @Test
@DisplayName("RTSP ingress OPUS") @DisplayName("RTSP ingress OPUS")
@Disabled // Ingress fails with error "Could not write to resource"
void rtspIngressOPUSTest() throws Exception { void rtspIngressOPUSTest() throws Exception {
log.info("RTSP ingress OPUS"); log.info("RTSP ingress OPUS");
String rtspUri = startRtspServer(null, "OPUS"); String rtspUri = startRtspServer(null, "OPUS");