mirror of https://github.com/OpenVidu/openvidu.git
ov-components: disable webcomponent E2E tests
parent
127fbbd4e1
commit
cff617b0c3
|
@ -183,6 +183,7 @@ jobs:
|
||||||
webcomponent_e2e_directives:
|
webcomponent_e2e_directives:
|
||||||
needs: test_setup
|
needs: test_setup
|
||||||
name: Webcomponent directives
|
name: Webcomponent directives
|
||||||
|
if: false
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
|
@ -239,6 +240,7 @@ jobs:
|
||||||
webcomponent_e2e_chat:
|
webcomponent_e2e_chat:
|
||||||
needs: test_setup
|
needs: test_setup
|
||||||
name: Webcomponent chat
|
name: Webcomponent chat
|
||||||
|
if: false
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
|
@ -296,6 +298,7 @@ jobs:
|
||||||
webcomponent_e2e_events:
|
webcomponent_e2e_events:
|
||||||
needs: test_setup
|
needs: test_setup
|
||||||
name: Webcomponent events
|
name: Webcomponent events
|
||||||
|
if: false
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
|
@ -352,6 +355,7 @@ jobs:
|
||||||
webcomponent_e2e_media_devices:
|
webcomponent_e2e_media_devices:
|
||||||
needs: test_setup
|
needs: test_setup
|
||||||
name: Webcomponent media devices
|
name: Webcomponent media devices
|
||||||
|
if: false
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
|
@ -408,6 +412,7 @@ jobs:
|
||||||
webcomponent_e2e_panels:
|
webcomponent_e2e_panels:
|
||||||
needs: test_setup
|
needs: test_setup
|
||||||
name: Webcomponent panels
|
name: Webcomponent panels
|
||||||
|
if: false
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
|
@ -464,6 +469,7 @@ jobs:
|
||||||
webcomponent_e2e_screen_sharing:
|
webcomponent_e2e_screen_sharing:
|
||||||
needs: test_setup
|
needs: test_setup
|
||||||
name: Webcomponent screen sharing
|
name: Webcomponent screen sharing
|
||||||
|
if: false
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
|
@ -521,6 +527,7 @@ jobs:
|
||||||
webcomponent_e2e_stream:
|
webcomponent_e2e_stream:
|
||||||
needs: test_setup
|
needs: test_setup
|
||||||
name: Webcomponent stream
|
name: Webcomponent stream
|
||||||
|
if: false
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
|
@ -577,6 +584,7 @@ jobs:
|
||||||
webcomponent_e2e_toolbar:
|
webcomponent_e2e_toolbar:
|
||||||
needs: test_setup
|
needs: test_setup
|
||||||
name: Webcomponent toolbar
|
name: Webcomponent toolbar
|
||||||
|
if: false
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
|
|
Loading…
Reference in New Issue