We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69088aa commit 25f9ec7Copy full SHA for 25f9ec7
test/helm_task_test.go
@@ -50,10 +50,7 @@ var (
50
51
// TestHelmDeployPipelineRun is an integration test that will verify a pipeline build an image
52
// 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) {
+func TestHelmDeployPipelineRun(t *testing.T) {
57
repo := ensureDockerRepo(t)
58
c, namespace := setup(t)
59
setupClusterBindingForHelm(c, t, namespace)
0 commit comments