From a1645ce5189da202a39b32a99c52bfc97ad90457 Mon Sep 17 00:00:00 2001 From: Mykola Morhun Date: Wed, 13 Nov 2024 20:15:01 +0200 Subject: [PATCH] chore: Revert "skip multicomponent test with same git url" (#1446) 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 07afb2f0d..e54071c8c 100644 --- a/tests/build/build.go +++ b/tests/build/build.go @@ -818,8 +818,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