mirror of https://github.com/OpenVidu/openvidu.git
openvidu-test-e2e: disable audio only opus RTSP test
parent
88214676a8
commit
8185324a0a
|
@ -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");
|
||||||
|
|
Loading…
Reference in New Issue