openvidu-test-e2e: disable Kurento reconnect test
This commit is contained in:
parent
1b98351596
commit
c98276a196
@ -34,6 +34,7 @@ import java.util.concurrent.TimeUnit;
|
||||
import org.apache.http.HttpStatus;
|
||||
import org.junit.Assert;
|
||||
import org.junit.jupiter.api.BeforeAll;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.DisplayName;
|
||||
import org.junit.jupiter.api.Tag;
|
||||
import org.junit.jupiter.api.Test;
|
||||
@ -3133,6 +3134,7 @@ public class OpenViduTestAppE2eTest extends AbstractOpenViduTestAppE2eTest {
|
||||
|
||||
@Test
|
||||
@DisplayName("Kurento reconnect test")
|
||||
@Disabled
|
||||
void kurentoReconnectTest() throws Exception {
|
||||
isRecordingTest = true;
|
||||
isKurentoRestartTest = true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user