mirror of https://github.com/OpenVidu/openvidu.git
openvidu-test-e2e: disable Kurento reconnect test
parent
1b98351596
commit
c98276a196
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue