From 582d60ba5812a58d78651463bc423a3c9e493868 Mon Sep 17 00:00:00 2001 From: Camila Macedo Date: Tue, 19 Sep 2023 07:21:33 +0100 Subject: [PATCH] update uncomment test --- test/e2e/v4/generate_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/e2e/v4/generate_test.go b/test/e2e/v4/generate_test.go index d4fc718bc25..e5c04e1d63e 100644 --- a/test/e2e/v4/generate_test.go +++ b/test/e2e/v4/generate_test.go @@ -83,9 +83,6 @@ Count int `+"`"+`json:"count,omitempty"`+"`"+` ExpectWithOffset(1, err).NotTo(HaveOccurred()) By("uncomment kustomization.yaml to enable webhook and ca injection") - ExpectWithOffset(1, pluginutil.UncommentCode( - filepath.Join(kbc.Dir, "config", "crd", "kustomization.yaml"), - fmt.Sprintf("#- path: patches/webhook_in_%s.yaml", kbc.Resources), "#")).To(Succeed()) ExpectWithOffset(1, pluginutil.UncommentCode( filepath.Join(kbc.Dir, "config", "crd", "kustomization.yaml"), fmt.Sprintf("#- path: patches/cainjection_in_%s.yaml", kbc.Resources), "#")).To(Succeed())