diff --git a/tests/build/tkn-bundle.go b/tests/build/tkn-bundle.go index e117d7a1a..1ea6d7c68 100644 --- a/tests/build/tkn-bundle.go +++ b/tests/build/tkn-bundle.go @@ -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()