Merge pull request #56624 from krzysztof-jastrzebski/e2e2

Automatic merge from submit-queue (batch tested with PRs 56480, 56675, 56624, 56648, 56658). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Change Auto-Repair e2e test tags.
This commit is contained in:
Kubernetes Submit Queue
2017-12-16 03:24:45 -08:00
committed by GitHub

View File

@@ -37,7 +37,7 @@ const (
repairTimeout = 20 * time.Minute
)
var _ = SIGDescribe("Node Auto Repairs [Slow] [Disruptive]", func() {
var _ = SIGDescribe("Node Auto Repairs [Serial][Disruptive]", func() {
f := framework.NewDefaultFramework("lifecycle")
var c clientset.Interface
var originalNodes map[string]string