Fix way flags are being passed into crio test

pull/5026/head
Thomas Stromberg 2019-08-09 06:35:39 -07:00
parent d18978450c
commit 32c405d44d
1 changed files with 1 additions and 2 deletions

View File

@ -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",
}},
}