From 014f4c8f3d4f0746beecf15bc6b519d5631f94a6 Mon Sep 17 00:00:00 2001 From: Christian Schlotter Date: Wed, 28 Feb 2024 09:53:33 +0100 Subject: [PATCH] disable other fix --- test/framework/clusterctl/clusterctl_helpers.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/framework/clusterctl/clusterctl_helpers.go b/test/framework/clusterctl/clusterctl_helpers.go index d40db505ed98..6b81975a5629 100644 --- a/test/framework/clusterctl/clusterctl_helpers.go +++ b/test/framework/clusterctl/clusterctl_helpers.go @@ -256,9 +256,8 @@ func UpgradeManagementClusterAndWait(ctx context.Context, input UpgradeManagemen }) } - log.Logf("Waiting for cert-manager to inject the new certificates to webhook relevant objects") - framework.WaitForProviderCAInjection(ctx, client, filepath.Join(input.LogFolder, "foo", "crds")) - + // log.Logf("Waiting for cert-manager to inject the new certificates to webhook relevant objects") + // framework.WaitForProviderCAInjection(ctx, client, filepath.Join(input.LogFolder, "foo", "crds")) } // ApplyClusterTemplateAndWaitInput is the input type for ApplyClusterTemplateAndWait.