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
commit 3e392089bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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