skip e2etests

Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
Christian Richter
2024-09-19 10:02:00 +02:00
parent 1213a734cb
commit a6b97a3ee7

View File

@@ -191,7 +191,7 @@ config = {
},
"e2eTests": {
"part": {
"skip": False,
"skip": True, # TODO: reenable them as soon as the test is fixed in web
"totalParts": 4, # divide and run all suites in parts (divide pipelines)
"xsuites": ["search", "app-provider", "oidc"], # suites to skip
},