Fix way flags are being passed into crio test
parent
d18978450c
commit
32c405d44d
|
|
@ -67,9 +67,8 @@ func TestStartStop(t *testing.T) {
|
|||
}},
|
||||
{"crio", []string{
|
||||
"--container-runtime=crio",
|
||||
"--extra-config",
|
||||
"--disable-driver-mounts",
|
||||
"kubeadm.ignore-preflight-errors=SystemVerification",
|
||||
"--extra-config=kubeadm.ignore-preflight-errors=SystemVerification",
|
||||
}},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue