mirror of https://github.com/OpenVidu/openvidu.git
openvidu-test-e2e: enable test
parent
5e39e43222
commit
43f2f26dbd
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue