ci: enable e2e pipelines

This commit is contained in:
Saw-jan
2024-10-17 12:11:51 +05:45
parent f49f448287
commit 3dbb5bb0e1
+2 -2
View File
@@ -198,7 +198,7 @@ config = {
}, },
"e2eTests": { "e2eTests": {
"part": { "part": {
"skip": True, # TODO: reenable them as soon as the test is fixed in web "skip": False,
"totalParts": 4, # divide and run all suites in parts (divide pipelines) "totalParts": 4, # divide and run all suites in parts (divide pipelines)
"xsuites": ["search", "app-provider", "oidc"], # suites to skip "xsuites": ["search", "app-provider", "oidc"], # suites to skip
}, },
@@ -1212,7 +1212,7 @@ def e2eTestPipeline(ctx):
for name, suite in config["e2eTests"].items(): for name, suite in config["e2eTests"].items():
if "skip" in suite and suite["skip"]: if "skip" in suite and suite["skip"]:
return pipelines continue
params = {} params = {}
for item in defaults: for item in defaults: