From 6d7e6599f18ce67d892b69623eea4086c1028f6e Mon Sep 17 00:00:00 2001 From: Jiaying Zhang Date: Thu, 1 Mar 2018 11:12:36 -0800 Subject: [PATCH] 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. --- test/e2e_node/device_plugin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e_node/device_plugin.go b/test/e2e_node/device_plugin.go index 8e808ce207d..e77e25cdccf 100644 --- a/test/e2e_node/device_plugin.go +++ b/test/e2e_node/device_plugin.go @@ -44,7 +44,7 @@ const ( ) // 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") Context("DevicePlugin", func() {