Skip to content

Commit

Permalink
Fix test tag on dynamic config tests
Browse files Browse the repository at this point in the history
The test accidentally got turned off when the NodeAlphaFeature tag was
added in kubernetes#64125. This PR updates the tag to turn it back on.
  • Loading branch information
mtaufen committed Jun 4, 2018
1 parent 16c5804 commit 0a6db6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e_node/dynamic_kubelet_config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ type nodeConfigTestCase struct {
}

// This test is marked [Disruptive] because the Kubelet restarts several times during this test.
var _ = framework.KubeDescribe("[Feature:DynamicKubeletConfig][NodeAlphaFeature:DynamicKubeletConfig][Serial] [Disruptive]", func() {
var _ = framework.KubeDescribe("[Feature:DynamicKubeletConfig][NodeFeature:DynamicKubeletConfig][Serial][Disruptive]", func() {
f := framework.NewDefaultFramework("dynamic-kubelet-configuration-test")
var beforeNode *apiv1.Node
var beforeConfigMap *apiv1.ConfigMap
Expand Down

0 comments on commit 0a6db6b

Please sign in to comment.