Skip to content

Commit

Permalink
Revert "chore: skip multicomponent test with same git url (#1445)"
Browse files Browse the repository at this point in the history
This reverts commit 06f2088.
  • Loading branch information
mmorhun authored Nov 5, 2024
1 parent 06f2088 commit 463862e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/build/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 463862e

Please sign in to comment.