Skip to content

Commit

Permalink
chore: skipping the tkn-bundle test (#1463)
Browse files Browse the repository at this point in the history
Skipping the tkn-bundle test
  • Loading branch information
tisutisu authored Nov 22, 2024
1 parent 14ef7bc commit d01df85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/build/tkn-bundle.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ import (
- kubectl patch serviceaccount appstudio-pipeline -p '{"imagePullSecrets": [{"name": "docker-config"}], "secrets": [{"name": "docker-config"}]}'
*/

var _ = framework.TknBundleSuiteDescribe("tkn bundle task", Label("build-templates"), func() {
// Skipping this test due to https://issues.redhat.com/browse/KFLUXBUGS-1899 , reenable it back once it is fixed
var _ = framework.TknBundleSuiteDescribe("tkn bundle task", Label("build-templates"), Pending, func() {

defer GinkgoRecover()

Expand Down

0 comments on commit d01df85

Please sign in to comment.