mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 03:03:59 +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.
|
// Start the server.
|
||||||
server = apiservertesting.StartTestServerOrDie(
|
server = apiservertesting.StartTestServerOrDie(
|
||||||
t,
|
t,
|
||||||
&apiservertesting.TestServerInstanceOptions{
|
&apiservertesting.TestServerInstanceOptions{},
|
||||||
SkipHealthzCheck: true,
|
|
||||||
},
|
|
||||||
[]string{
|
[]string{
|
||||||
"--enable-admission-plugins", "ValidatingAdmissionPolicy",
|
"--enable-admission-plugins", "ValidatingAdmissionPolicy",
|
||||||
"--authorization-mode=RBAC",
|
"--authorization-mode=RBAC",
|
||||||
|
Loading…
Reference in New Issue
Block a user