Merge pull request #123082 from alexzielenski/apiserver/vap-crd-test-flake-fix

Fix test flake: remove unnecessary skip healthz check from test
This commit is contained in:
Kubernetes Prow Robot 2024-02-02 02:11:41 -08:00 committed by GitHub
commit d29f38efd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2533,9 +2533,7 @@ func TestCRDsOnStartup(t *testing.T) {
// Start the server.
server = apiservertesting.StartTestServerOrDie(
t,
&apiservertesting.TestServerInstanceOptions{
SkipHealthzCheck: true,
},
&apiservertesting.TestServerInstanceOptions{},
[]string{
"--enable-admission-plugins", "ValidatingAdmissionPolicy",
"--authorization-mode=RBAC",