Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#4231 from camilamacedo86/e2e-test-…
Browse files Browse the repository at this point in the history
…increase-coverage

🌱 e2e tests: increase coverage by validating webhooks with installer-based installation
  • Loading branch information
k8s-ci-robot authored Oct 25, 2024
2 parents 08adfea + d140b7a commit ce1a2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/v4/plugin_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ var _ = Describe("kubebuilder", func() {
It("should generate a runnable project with the Installer", func() {
kbc.IsRestricted = false
GenerateV4(kbc)
Run(kbc, false, true, true, false)
Run(kbc, true, true, true, false)
})
It("should generate a runnable project without metrics exposed", func() {
kbc.IsRestricted = false
Expand Down

0 comments on commit ce1a2c8

Please sign in to comment.