diff --git a/test/e2e/helpers.go b/test/e2e/helpers.go index 28e747df3..4fc1da895 100644 --- a/test/e2e/helpers.go +++ b/test/e2e/helpers.go @@ -84,11 +84,12 @@ func verifyHealthStatusInPod(name string, namespace string) { Expect(h.Status).To(Equal(upStatus)) return } - if len(errs.Error()) > 0 { + errs = err + /*if len(errs.Error()) > 0 { errs = fmt.Errorf("%v; %w", err, errs) } else { errs = err - } + }*/ } Expect(errs).NotTo(HaveOccurred(), fmt.Sprintf("No container was found that could respond to the health endpoint %v", errs))