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.
This commit is contained in:
Jiaying Zhang 2018-03-01 11:12:36 -08:00
parent 46f05b0c2b
commit 6d7e6599f1

View File

@ -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() {