Skip to content

Commit

Permalink
Re-enable the helm chart test
Browse files Browse the repository at this point in the history
The helm chart test was disabled in #2652
to solve an issue with the helm chart.

Re-enable the test now.
  • Loading branch information
afrittoli authored and tekton-robot committed May 21, 2020
1 parent 69088aa commit 25f9ec7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/helm_task_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 25f9ec7

Please sign in to comment.