From d01df851879084ec981a01b96a9fdc0f6c1dbe07 Mon Sep 17 00:00:00 2001 From: Sushanta Das Date: Fri, 22 Nov 2024 16:49:42 +0530 Subject: [PATCH] chore: skipping the tkn-bundle test (#1463) Skipping the tkn-bundle test --- tests/build/tkn-bundle.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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()