mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00: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
@ -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 New Issue
Block a user