Skip to content

Commit

Permalink
disable other fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrischdi committed Feb 28, 2024
1 parent 6439334 commit 014f4c8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/framework/clusterctl/clusterctl_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 014f4c8

Please sign in to comment.