Revert "Merge pull request #31282 from mtaufen/dynkubetest-fix"

This reverts commit 5981aa8b37, reversing
changes made to fe808ec2a4.
This commit is contained in:
Mike Danese 2016-08-23 14:11:44 -07:00
parent 5981aa8b37
commit 7cf1c73fef

View File

@ -34,7 +34,7 @@ import (
)
// This test is marked [Disruptive] because the Kubelet temporarily goes down as part of of this test.
var _ = framework.KubeDescribe("DynamicKubeletConfiguration [Feature:dynamicKubeletConfig] [Serial] [Disruptive]", func() {
var _ = framework.KubeDescribe("DynamicKubeletConfiguration [Feature:dynamicKubeletConfig] [Disruptive]", func() {
f := framework.NewDefaultFramework("dynamic-kubelet-configuration-test")
Context("When a configmap called `kubelet-<node-name>` is added to the `kube-system` namespace", func() {