mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 08:55:55 -04:00
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:
commit
d29f38efd8
1 changed files with 1 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue