Skip to content

Commit

Permalink
chore: skip multicomponent test with same git url (#1445)
Browse files Browse the repository at this point in the history
skip multicomponent test with same git url
  • Loading branch information
tisutisu authored Nov 5, 2024
1 parent 8ce79e7 commit 06f2088
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/build/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,8 @@ 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")
})
})
When("a components is created with same git url in different namespace", func() {
// 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() {
var namespace, appName, compName string
var fw *framework.Framework

Expand Down

0 comments on commit 06f2088

Please sign in to comment.