openvidu-test-e2e: remove @OnlyPion from endReasonTest

v2compatibility
pabloFuente 2026-03-31 12:52:58 +02:00
parent cc403f944e
commit 16c2466412
1 changed files with 0 additions and 2 deletions

View File

@ -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());