openvidu-test-e2e: removed empty test

pull/780/head
pabloFuente 2023-02-22 12:49:43 +01:00
parent 1363a19117
commit 98d7c4415f
1 changed files with 0 additions and 14 deletions

View File

@ -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";