Skip to content

Commit

Permalink
chore: Revert "skip multicomponent test with same git url" (#1446)
Browse files Browse the repository at this point in the history
Revert "chore: skip multicomponent test with same git url (#1445)"

This reverts commit 06f2088.
  • Loading branch information
mmorhun authored Nov 13, 2024
1 parent db7a5a9 commit a1645ce
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 @@ -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

Expand Down

0 comments on commit a1645ce

Please sign in to comment.