openvidu-test-e2e: disable Kurento reconnect test

pull/581/head
pabloFuente 2020-12-22 19:24:31 +01:00
parent 1b98351596
commit c98276a196
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@ 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;
@ -3133,6 +3134,7 @@ 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;