Remove unused --container-runtime e2e.test flag

Signed-off-by: Ciprian Hacman <ciprian@hakman.dev>
This commit is contained in:
Ciprian Hacman
2022-02-14 08:03:56 +02:00
parent 6669a016ae
commit 7d5afb322d
3 changed files with 1 additions and 13 deletions

View File

@@ -162,7 +162,7 @@ func TestE2eNode(t *testing.T) {
klog.Exitf("chroot %q failed: %v", rootfs, err)
}
}
if _, err := system.ValidateSpec(*spec, framework.TestContext.ContainerRuntime); len(err) != 0 {
if _, err := system.ValidateSpec(*spec, "remote"); len(err) != 0 {
klog.Exitf("system validation failed: %v", err)
}
return