Merge pull request #31282 from mtaufen/dynkubetest-fix

Mark dynamic kubelet configuration test serial
pull/6/head
Mike Danese 2016-08-23 12:51:42 -07:00 committed by GitHub
commit 5981aa8b37
1 changed files with 1 additions and 1 deletions

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] [Disruptive]", func() {
var _ = framework.KubeDescribe("DynamicKubeletConfiguration [Feature:dynamicKubeletConfig] [Serial] [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() {