Skip to content

Commit 6b8293b

Browse files
committed
Re-enable the helm test check
The helm test was temporarily disabled until #2652 as merged. Re-nabled it now. Depends-on #2652
1 parent b1057d4 commit 6b8293b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/helm_task_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ func TestHelmDeployPipelineRun(t *testing.T) {
9595

9696
// Verify status of PipelineRun (wait for it)
9797
if err := WaitForPipelineRunState(c, helmDeployPipelineRunName, timeout, PipelineRunSucceed(helmDeployPipelineRunName), "PipelineRunCompleted"); err != nil {
98-
t.Logf("Error waiting for PipelineRun %s to finish: %s", helmDeployPipelineRunName, err)
99-
t.Logf("PipelineRun execution failed; helm may or may not have been installed :(")
98+
t.Errorf("Error waiting for PipelineRun %s to finish: %s", helmDeployPipelineRunName, err)
99+
t.Fatalf("PipelineRun execution failed; helm may or may not have been installed :(")
100100
}
101101

102102
// cleanup task to remove helm releases from cluster and cluster role bindings, will not fail the test if it fails, just log

0 commit comments

Comments
 (0)