From 98d7c4415f32afbc019d80f0cce7409cbaf90f63 Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Wed, 22 Feb 2023 12:49:43 +0100 Subject: [PATCH] openvidu-test-e2e: removed empty test --- .../test/e2e/OpenViduProTestAppE2eTest.java | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/openvidu-test-e2e/src/test/java/io/openvidu/test/e2e/OpenViduProTestAppE2eTest.java b/openvidu-test-e2e/src/test/java/io/openvidu/test/e2e/OpenViduProTestAppE2eTest.java index d9447bf8..9ebc2fdf 100644 --- a/openvidu-test-e2e/src/test/java/io/openvidu/test/e2e/OpenViduProTestAppE2eTest.java +++ b/openvidu-test-e2e/src/test/java/io/openvidu/test/e2e/OpenViduProTestAppE2eTest.java @@ -2986,20 +2986,6 @@ public class OpenViduProTestAppE2eTest extends AbstractOpenViduTestappE2eTest { } } - @Test - @DisplayName("Broadcast ad STT and composed recording test") - void broadcastAndSttAndComposedRecordingTest() throws Exception { - - log.info("Broadcast and STT and composed recording test"); - - try { - startRtmpServer(); - - } finally { - stopRtmpServer(); - } - } - private void checkRtmpRecordingIsFine(long secondsTimeout) throws InterruptedException { final String broadcastRecordingPath = "/opt/openvidu/recordings"; final String cleanBroadcastPath = "rm -rf " + broadcastRecordingPath + "/tmp";