diff --git a/test/e2e/helmbundle/create_bundle_test.go b/test/e2e/helmbundle/create_bundle_test.go index 9e94177b..163a1244 100644 --- a/test/e2e/helmbundle/create_bundle_test.go +++ b/test/e2e/helmbundle/create_bundle_test.go @@ -50,7 +50,9 @@ var _ = Describe("Create Bundle", func() { err := cmd.Execute() Expect(err).To(HaveOccurred()) Expect(err.Error()).To( - MatchRegexp("dial tcp: lookup unknownchartrepository(?: on .+)?: no such host"), + MatchRegexp( + "dial tcp: lookup unknownchartrepository(?: on .+)?: (?:no such host|Temporary failure in name resolution)", + ), ) })