From 25f9ec70b0eab0112b7a3119115bcc9291aa26fe Mon Sep 17 00:00:00 2001 From: Andrea Frittoli Date: Wed, 20 May 2020 17:47:04 +0100 Subject: [PATCH] Re-enable the helm chart test The helm chart test was disabled in https://github.com/tektoncd/pipeline/pull/2652 to solve an issue with the helm chart. Re-enable the test now. --- test/helm_task_test.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/helm_task_test.go b/test/helm_task_test.go index 48fdca4cdc5..2d1e17a2684 100644 --- a/test/helm_task_test.go +++ b/test/helm_task_test.go @@ -50,10 +50,7 @@ var ( // TestHelmDeployPipelineRun is an integration test that will verify a pipeline build an image // and then using helm to deploy it - -// Temporarily disable this test to be able to merge a fix to the helm chart -// The test will be re-enabled in https://github.com/tektoncd/pipeline/pull/2654 -func _TestHelmDeployPipelineRun(t *testing.T) { +func TestHelmDeployPipelineRun(t *testing.T) { repo := ensureDockerRepo(t) c, namespace := setup(t) setupClusterBindingForHelm(c, t, namespace)