From 3dbb5bb0e11b904cf7646dd77cbc2549d6a741bb Mon Sep 17 00:00:00 2001 From: Saw-jan Date: Thu, 17 Oct 2024 12:11:51 +0545 Subject: [PATCH] ci: enable e2e pipelines --- .drone.star | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.star b/.drone.star index 93a39e0e65..5ade793598 100644 --- a/.drone.star +++ b/.drone.star @@ -198,7 +198,7 @@ config = { }, "e2eTests": { "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) "xsuites": ["search", "app-provider", "oidc"], # suites to skip }, @@ -1212,7 +1212,7 @@ def e2eTestPipeline(ctx): for name, suite in config["e2eTests"].items(): if "skip" in suite and suite["skip"]: - return pipelines + continue params = {} for item in defaults: