openvidu-test-e2e: disable required tests

dependabot/npm_and_yarn/openvidu-components-angular/multi-f2b383cc78
pabloFuente 2025-01-03 12:38:02 +01:00
parent 36df6348d6
commit d2a59f1193
1 changed files with 14 additions and 6 deletions

View File

@ -437,6 +437,7 @@ public class OpenViduTestAppE2eTest extends AbstractOpenViduTestappE2eTest {
@Test @Test
@DisplayName("Chrome force H264") @DisplayName("Chrome force H264")
@Disabled // TODO: enable when not forcing VP8
void chromeForceH264Test() throws Exception { void chromeForceH264Test() throws Exception {
OpenViduTestappUser user = setupBrowserAndConnectToOpenViduTestapp("chrome"); OpenViduTestappUser user = setupBrowserAndConnectToOpenViduTestapp("chrome");
log.info("Chrome force H264"); log.info("Chrome force H264");
@ -454,6 +455,7 @@ public class OpenViduTestAppE2eTest extends AbstractOpenViduTestappE2eTest {
@Test @Test
@DisplayName("Chrome force VP9") @DisplayName("Chrome force VP9")
@Disabled // TODO: enable when not forcing VP8
void chromeForceVP9Test() throws Exception { void chromeForceVP9Test() throws Exception {
OpenViduTestappUser user = setupBrowserAndConnectToOpenViduTestapp("chrome"); OpenViduTestappUser user = setupBrowserAndConnectToOpenViduTestapp("chrome");
log.info("Chrome force VP9"); log.info("Chrome force VP9");
@ -520,6 +522,7 @@ public class OpenViduTestAppE2eTest extends AbstractOpenViduTestappE2eTest {
@Test @Test
@DisplayName("Firefox subscribe to H264") @DisplayName("Firefox subscribe to H264")
@Disabled // TODO: enable when not forcing VP8
void firefoxSubscribeToH264Test() throws Exception { void firefoxSubscribeToH264Test() throws Exception {
log.info("Firefox subscribe to H264"); log.info("Firefox subscribe to H264");
firefoxSubscribeToCodecTest("h264", false); firefoxSubscribeToCodecTest("h264", false);
@ -527,6 +530,7 @@ public class OpenViduTestAppE2eTest extends AbstractOpenViduTestappE2eTest {
@Test @Test
@DisplayName("Firefox subscribe to VP9") @DisplayName("Firefox subscribe to VP9")
@Disabled // TODO: enable when not forcing VP8
void firefoxSubscribeToVP9Test() throws Exception { void firefoxSubscribeToVP9Test() throws Exception {
log.info("Firefox subscribe to VP9"); log.info("Firefox subscribe to VP9");
firefoxSubscribeToCodecTest("vp9", false); firefoxSubscribeToCodecTest("vp9", false);
@ -541,6 +545,7 @@ public class OpenViduTestAppE2eTest extends AbstractOpenViduTestappE2eTest {
@Test @Test
@DisplayName("Firefox subscribe to H264 simulcast") @DisplayName("Firefox subscribe to H264 simulcast")
@Disabled // TODO: enable when not forcing VP8
void firefoxSubscribeToH264SimulcastTest() throws Exception { void firefoxSubscribeToH264SimulcastTest() throws Exception {
log.info("Firefox subscribe to H264 simulcast"); log.info("Firefox subscribe to H264 simulcast");
firefoxSubscribeToCodecTest("h264", true); firefoxSubscribeToCodecTest("h264", true);
@ -548,6 +553,7 @@ public class OpenViduTestAppE2eTest extends AbstractOpenViduTestappE2eTest {
@Test @Test
@DisplayName("Firefox subscribe to VP9 simulcast") @DisplayName("Firefox subscribe to VP9 simulcast")
@Disabled // TODO: enable when not forcing VP8
void firefoxSubscribeToVP9SimulcastTest() throws Exception { void firefoxSubscribeToVP9SimulcastTest() throws Exception {
log.info("Firefox subscribe to VP9 simulcast"); log.info("Firefox subscribe to VP9 simulcast");
firefoxSubscribeToCodecTest("vp9", true); firefoxSubscribeToCodecTest("vp9", true);
@ -1346,6 +1352,7 @@ public class OpenViduTestAppE2eTest extends AbstractOpenViduTestappE2eTest {
@Test @Test
@DisplayName("Ingress VP8 Simulcast Chrome") @DisplayName("Ingress VP8 Simulcast Chrome")
@Disabled // TODO: enable when not forcing VP8 no-simulcast in ingress
void ingressVP8SimulcastChromeTest() throws Exception { void ingressVP8SimulcastChromeTest() throws Exception {
OpenViduTestappUser user = setupBrowserAndConnectToOpenViduTestapp("chrome"); OpenViduTestappUser user = setupBrowserAndConnectToOpenViduTestapp("chrome");
@ -1357,9 +1364,9 @@ public class OpenViduTestAppE2eTest extends AbstractOpenViduTestappE2eTest {
testThreeLayers(user, subscriberVideo); testThreeLayers(user, subscriberVideo);
} }
// BROKEN
@Test @Test
@DisplayName("Ingress VP8 Simulcast Firefox") @DisplayName("Ingress VP8 Simulcast Firefox")
@Disabled // TODO: enable when not forcing VP8 no-simulcast in ingress
void ingressVP8SimulcastFirefoxTest() throws Exception { void ingressVP8SimulcastFirefoxTest() throws Exception {
OpenViduTestappUser user = setupBrowserAndConnectToOpenViduTestapp("firefox"); OpenViduTestappUser user = setupBrowserAndConnectToOpenViduTestapp("firefox");
@ -1373,6 +1380,7 @@ public class OpenViduTestAppE2eTest extends AbstractOpenViduTestappE2eTest {
@Test @Test
@DisplayName("Ingress H264 Simulcast Chrome") @DisplayName("Ingress H264 Simulcast Chrome")
@Disabled // TODO: enable when not forcing VP8 no-simulcast in ingress
void ingressH264SimulcastChromeTest() throws Exception { void ingressH264SimulcastChromeTest() throws Exception {
OpenViduTestappUser user = setupBrowserAndConnectToOpenViduTestapp("chrome"); OpenViduTestappUser user = setupBrowserAndConnectToOpenViduTestapp("chrome");
@ -1383,9 +1391,9 @@ public class OpenViduTestAppE2eTest extends AbstractOpenViduTestappE2eTest {
testThreeLayers(user, subscriberVideo); testThreeLayers(user, subscriberVideo);
} }
// BROKEN
@Test @Test
@DisplayName("Ingress H264 Simulcast Firefox") @DisplayName("Ingress H264 Simulcast Firefox")
@Disabled // TODO: enable when not forcing VP8 no-simulcast in ingress
void ingressH264SimulcastFirefoxTest() throws Exception { void ingressH264SimulcastFirefoxTest() throws Exception {
OpenViduTestappUser user = setupBrowserAndConnectToOpenViduTestapp("firefox"); OpenViduTestappUser user = setupBrowserAndConnectToOpenViduTestapp("firefox");
@ -1398,6 +1406,7 @@ public class OpenViduTestAppE2eTest extends AbstractOpenViduTestappE2eTest {
@Test @Test
@DisplayName("Ingress H264 Simulcast two layers Chrome") @DisplayName("Ingress H264 Simulcast two layers Chrome")
@Disabled // TODO: enable when not forcing VP8 no-simulcast in ingress
void ingressH264SimulcastTwoLayersChromeTest() throws Exception { void ingressH264SimulcastTwoLayersChromeTest() throws Exception {
OpenViduTestappUser user = setupBrowserAndConnectToOpenViduTestapp("chrome"); OpenViduTestappUser user = setupBrowserAndConnectToOpenViduTestapp("chrome");
@ -1408,9 +1417,9 @@ public class OpenViduTestAppE2eTest extends AbstractOpenViduTestappE2eTest {
testTwoLayers(user, subscriberVideo); testTwoLayers(user, subscriberVideo);
} }
// BROKEN
@Test @Test
@DisplayName("Ingress H264 Simulcast two layers Firefox") @DisplayName("Ingress H264 Simulcast two layers Firefox")
@Disabled // TODO: enable when not forcing VP8 no-simulcast in ingress
void ingressH264SimulcastTwoLayersFirefoxTest() throws Exception { void ingressH264SimulcastTwoLayersFirefoxTest() throws Exception {
OpenViduTestappUser user = setupBrowserAndConnectToOpenViduTestapp("firefox"); OpenViduTestappUser user = setupBrowserAndConnectToOpenViduTestapp("firefox");
@ -1433,7 +1442,6 @@ public class OpenViduTestAppE2eTest extends AbstractOpenViduTestappE2eTest {
testNoSimulcast(user, subscriberVideo); testNoSimulcast(user, subscriberVideo);
} }
// NOT BROKEN???!!?!
@Test @Test
@DisplayName("Ingress VP8 No Simulcast Firefox") @DisplayName("Ingress VP8 No Simulcast Firefox")
void ingressVP8NoSimulcastFirefoxTest() throws Exception { void ingressVP8NoSimulcastFirefoxTest() throws Exception {
@ -1446,9 +1454,9 @@ public class OpenViduTestAppE2eTest extends AbstractOpenViduTestappE2eTest {
testNoSimulcast(user, subscriberVideo); testNoSimulcast(user, subscriberVideo);
} }
// BROKEN
@Test @Test
@DisplayName("Ingress H264 No Simulcast Chrome") @DisplayName("Ingress H264 No Simulcast Chrome")
@Disabled // TODO: enable when not forcing VP8 no-simulcast in ingress
void ingressH264NoSimulcastChromeTest() throws Exception { void ingressH264NoSimulcastChromeTest() throws Exception {
OpenViduTestappUser user = setupBrowserAndConnectToOpenViduTestapp("chrome"); OpenViduTestappUser user = setupBrowserAndConnectToOpenViduTestapp("chrome");
@ -1459,9 +1467,9 @@ public class OpenViduTestAppE2eTest extends AbstractOpenViduTestappE2eTest {
testNoSimulcast(user, subscriberVideo); testNoSimulcast(user, subscriberVideo);
} }
// BROKEN
@Test @Test
@DisplayName("Ingress H264 No Simulcast Firefox") @DisplayName("Ingress H264 No Simulcast Firefox")
@Disabled // TODO: enable when not forcing VP8 no-simulcast in ingress
void ingressH264NoSimulcastFirefoxTest() throws Exception { void ingressH264NoSimulcastFirefoxTest() throws Exception {
OpenViduTestappUser user = setupBrowserAndConnectToOpenViduTestapp("firefox"); OpenViduTestappUser user = setupBrowserAndConnectToOpenViduTestapp("firefox");