Skip to content

Commit 9c41394

Browse files
Update health_test.go
1 parent c6f17b7 commit 9c41394

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/health/health_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ func TestPod(t *testing.T) {
103103
assertAppHealth(t, "./testdata/pod-error.yaml", HealthStatusDegraded)
104104
assertAppHealth(t, "./testdata/pod-running-restart-always.yaml", HealthStatusHealthy)
105105
assertAppHealth(t, "./testdata/pod-running-restart-never.yaml", HealthStatusProgressing)
106+
assertAppHealth(t, "./testdata/pod-running-restart-never-with-ignore-annotation.yaml", HealthStatusHealthy)
106107
assertAppHealth(t, "./testdata/pod-running-restart-onfailure.yaml", HealthStatusProgressing)
107108
assertAppHealth(t, "./testdata/pod-failed.yaml", HealthStatusDegraded)
108109
assertAppHealth(t, "./testdata/pod-succeeded.yaml", HealthStatusHealthy)

0 commit comments

Comments
 (0)