From cff617b0c3d4dffc7eeee3303292acc7f15dd553 Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Wed, 30 Apr 2025 18:12:36 +0200 Subject: [PATCH] ov-components: disable webcomponent E2E tests --- .github/workflows/openvidu-components-angular-tests.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/openvidu-components-angular-tests.yml b/.github/workflows/openvidu-components-angular-tests.yml index 545acaaf..23bb4787 100644 --- a/.github/workflows/openvidu-components-angular-tests.yml +++ b/.github/workflows/openvidu-components-angular-tests.yml @@ -183,6 +183,7 @@ jobs: webcomponent_e2e_directives: needs: test_setup name: Webcomponent directives + if: false runs-on: ubuntu-latest steps: - name: Checkout Repository @@ -239,6 +240,7 @@ jobs: webcomponent_e2e_chat: needs: test_setup name: Webcomponent chat + if: false runs-on: ubuntu-latest steps: - name: Checkout Repository @@ -296,6 +298,7 @@ jobs: webcomponent_e2e_events: needs: test_setup name: Webcomponent events + if: false runs-on: ubuntu-latest steps: - name: Checkout Repository @@ -352,6 +355,7 @@ jobs: webcomponent_e2e_media_devices: needs: test_setup name: Webcomponent media devices + if: false runs-on: ubuntu-latest steps: - name: Checkout Repository @@ -408,6 +412,7 @@ jobs: webcomponent_e2e_panels: needs: test_setup name: Webcomponent panels + if: false runs-on: ubuntu-latest steps: - name: Checkout Repository @@ -464,6 +469,7 @@ jobs: webcomponent_e2e_screen_sharing: needs: test_setup name: Webcomponent screen sharing + if: false runs-on: ubuntu-latest steps: - name: Checkout Repository @@ -521,6 +527,7 @@ jobs: webcomponent_e2e_stream: needs: test_setup name: Webcomponent stream + if: false runs-on: ubuntu-latest steps: - name: Checkout Repository @@ -577,6 +584,7 @@ jobs: webcomponent_e2e_toolbar: needs: test_setup name: Webcomponent toolbar + if: false runs-on: ubuntu-latest steps: - name: Checkout Repository