From ea335e0715bf294ee88851547ea97dbe56e9d8e2 Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Sun, 12 Jul 2026 00:46:57 +0200 Subject: [PATCH] openvidu-test-e2e: enable all RTSP audio-only tests --- .../java/io/openvidu/test/e2e/OpenViduTestAppE2eTest.java | 8 -------- 1 file changed, 8 deletions(-) diff --git a/openvidu-test-e2e/src/test/java/io/openvidu/test/e2e/OpenViduTestAppE2eTest.java b/openvidu-test-e2e/src/test/java/io/openvidu/test/e2e/OpenViduTestAppE2eTest.java index 9dd9932a1..359af9155 100644 --- a/openvidu-test-e2e/src/test/java/io/openvidu/test/e2e/OpenViduTestAppE2eTest.java +++ b/openvidu-test-e2e/src/test/java/io/openvidu/test/e2e/OpenViduTestAppE2eTest.java @@ -4016,8 +4016,6 @@ public class OpenViduTestAppE2eTest extends AbstractOpenViduTestappE2eTest { @Test @DisplayName("RTSP ingress AAC") - @Disabled // Audio ingress is flaky, only works if the ingress inmediately connects to the - // RTSP server void rtspIngressAACTest() throws Exception { log.info("RTSP ingress AAC"); String rtspUri = startRtspServer(null, "AAC"); @@ -4026,8 +4024,6 @@ public class OpenViduTestAppE2eTest extends AbstractOpenViduTestappE2eTest { @Test @DisplayName("RTSP ingress MP3") - @Disabled // Audio ingress is flaky, only works if the ingress inmediately connects to the - // RTSP server void rtspIngressMP3Test() throws Exception { log.info("RTSP ingress MP3"); String rtspUri = startRtspServer(null, "MP3"); @@ -4036,8 +4032,6 @@ public class OpenViduTestAppE2eTest extends AbstractOpenViduTestappE2eTest { @Test @DisplayName("RTSP ingress OPUS") - @Disabled // Audio ingress is flaky, only works if the ingress inmediately connects to the - // RTSP server void rtspIngressOPUSTest() throws Exception { log.info("RTSP ingress OPUS"); String rtspUri = startRtspServer(null, "OPUS"); @@ -4046,8 +4040,6 @@ public class OpenViduTestAppE2eTest extends AbstractOpenViduTestappE2eTest { @Test @DisplayName("RTSP ingress G711") - @Disabled // Audio ingress is flaky, only works if the ingress inmediately connects to the - // RTSP server void rtspIngressG711Test() throws Exception { log.info("RTSP ingress G711"); String rtspUri = startRtspServer(null, "G711");