openvidu-test-e2e: enable test

pull/553/head
pabloFuente 2020-10-19 10:35:49 +02:00
parent 5e39e43222
commit 43f2f26dbd
1 changed files with 0 additions and 2 deletions

View File

@ -34,7 +34,6 @@ import java.util.concurrent.TimeUnit;
import org.apache.http.HttpStatus; import org.apache.http.HttpStatus;
import org.junit.Assert; import org.junit.Assert;
import org.junit.jupiter.api.BeforeAll; import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.DisplayName; import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Tag; import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
@ -2941,7 +2940,6 @@ public class OpenViduTestAppE2eTest extends AbstractOpenViduTestAppE2eTest {
@Test @Test
@DisplayName("Kurento reconnect test") @DisplayName("Kurento reconnect test")
@Disabled
void kurentoReconnectTest() throws Exception { void kurentoReconnectTest() throws Exception {
isRecordingTest = true; isRecordingTest = true;
isKurentoRestartTest = true; isKurentoRestartTest = true;