mirror of https://github.com/OpenVidu/openvidu.git
openvidu-test-e2e: removed empty test
parent
1363a19117
commit
98d7c4415f
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue