mirror of https://github.com/OpenVidu/openvidu.git
openvidu-test-e2e: remove @OnlyPion from endReasonTest
parent
cc403f944e
commit
16c2466412
|
|
@ -233,7 +233,6 @@ public class OpenViduProTestAppE2eTest extends AbstractOpenViduTestappE2eTest {
|
||||||
@Test
|
@Test
|
||||||
@Timeout(1200)
|
@Timeout(1200)
|
||||||
@DisplayName("End reason")
|
@DisplayName("End reason")
|
||||||
@OnlyPion // TODO: UNCOMMENT WHEN UPGRADING MEDIASOUP TO LATEST
|
|
||||||
void endReasonTest() throws Exception {
|
void endReasonTest() throws Exception {
|
||||||
|
|
||||||
isRecordingTest = true;
|
isRecordingTest = true;
|
||||||
|
|
@ -487,7 +486,6 @@ public class OpenViduProTestAppE2eTest extends AbstractOpenViduTestappE2eTest {
|
||||||
// v2Compatibility
|
// v2Compatibility
|
||||||
// for (int i = 0; i < 3; i++) {
|
// for (int i = 0; i < 3; i++) {
|
||||||
|
|
||||||
// TODO: THIS WILL BE FIXED FOR MEDIASOUP AFTER UPGRADING IT
|
|
||||||
Assertions.assertEquals("unpublish",
|
Assertions.assertEquals("unpublish",
|
||||||
CustomWebhook.waitForEvent("webrtcConnectionDestroyed", 60).get("reason").getAsString());
|
CustomWebhook.waitForEvent("webrtcConnectionDestroyed", 60).get("reason").getAsString());
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue