From 463862eb6af4b0990bea8ce68c36252890898277 Mon Sep 17 00:00:00 2001 From: Mykola Morhun Date: Tue, 5 Nov 2024 17:27:26 +0200 Subject: [PATCH] Revert "chore: skip multicomponent test with same git url (#1445)" This reverts commit 06f20889ca532b1f4d9c121110ea3e4e1ceff655. --- tests/build/build.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/build/build.go b/tests/build/build.go index d28af2b5d..85325c2c0 100644 --- a/tests/build/build.go +++ b/tests/build/build.go @@ -938,8 +938,7 @@ var _ = framework.BuildSuiteDescribe("Build service E2E tests", Label("build-ser }, time.Minute*5, constants.PipelineRunPollingInterval).Should(Succeed(), "timeout while waiting for PR pipeline to start") }) }) - // Skipping this scenario due to the issue: https://issues.redhat.com/browse/KFLUXBUGS-1820 , reenable this test once issue is fixed - When("a components is created with same git url in different namespace", Pending, func() { + When("a components is created with same git url in different namespace", func() { var namespace, appName, compName string var fw *framework.Framework