Skip to content

Commit 25f9ec7

Browse files
afrittolitekton-robot
authored andcommitted
Re-enable the helm chart test
The helm chart test was disabled in #2652 to solve an issue with the helm chart. Re-enable the test now.
1 parent 69088aa commit 25f9ec7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/helm_task_test.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,7 @@ var (
5050

5151
// TestHelmDeployPipelineRun is an integration test that will verify a pipeline build an image
5252
// and then using helm to deploy it
53-
54-
// Temporarily disable this test to be able to merge a fix to the helm chart
55-
// The test will be re-enabled in https://github.com/tektoncd/pipeline/pull/2654
56-
func _TestHelmDeployPipelineRun(t *testing.T) {
53+
func TestHelmDeployPipelineRun(t *testing.T) {
5754
repo := ensureDockerRepo(t)
5855
c, namespace := setup(t)
5956
setupClusterBindingForHelm(c, t, namespace)

0 commit comments

Comments
 (0)