Commit 6d7e6599 authored by Jiaying Zhang's avatar Jiaying Zhang

I forgot the fact that the DevicePlugin test itself restarts Kubelet

for testing purpose. Move that test back to Serial but constructs a smaller test without kubelet restart that we may run during presubmit.
parent 46f05b0c
...@@ -44,7 +44,7 @@ const ( ...@@ -44,7 +44,7 @@ const (
) )
// Serial because the test restarts Kubelet // Serial because the test restarts Kubelet
var _ = framework.KubeDescribe("Device Plugin [Feature:DevicePlugin]", func() { var _ = framework.KubeDescribe("Device Plugin [Feature:DevicePlugin] [Serial]", func() {
f := framework.NewDefaultFramework("device-plugin-errors") f := framework.NewDefaultFramework("device-plugin-errors")
Context("DevicePlugin", func() { Context("DevicePlugin", func() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment