chore: bump web to v3.3.0 (#1329)

* chore: bump web to v3.3.0

* trigger ci

* exclude mobile-view tests
This commit is contained in:
Viktor Scharf
2025-08-11 16:44:05 +02:00
committed by GitHub
parent 6e5e5a7e8a
commit b940b0c457
3 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
# The test runner source for UI tests
WEB_COMMITID=534ae9eb496f4ecc1d15de9c23c042cf60ff8488
WEB_COMMITID=636c9d41f100901c4f75509b3269dffaa94d8004
WEB_BRANCH=main

View File

@@ -341,7 +341,7 @@ config = {
"part": {
"skip": False,
"totalParts": 4, # divide and run all suites in parts (divide pipelines)
"xsuites": ["search", "app-provider", "app-provider-onlyOffice", "app-store", "keycloak", "oidc", "ocm", "a11y"], # suites to skip
"xsuites": ["search", "app-provider", "app-provider-onlyOffice", "app-store", "keycloak", "oidc", "ocm", "a11y", "mobile-view"], # suites to skip
},
"search": {
"skip": False,

View File

@@ -1,6 +1,6 @@
SHELL := bash
NAME := web
WEB_ASSETS_VERSION = v3.2.0
WEB_ASSETS_VERSION = v3.3.0
WEB_ASSETS_BRANCH = main
ifneq (, $(shell command -v go 2> /dev/null)) # suppress `command not found warnings` for non go targets in CI