Merge pull request #20360 from ihmccreery/draconian-slow

Demote 'Pods should have their auto-restart back-off timer reset on image update' to [Slow]
This commit is contained in:
Alex Robinson
2016-01-30 10:37:34 -08:00

View File

@@ -846,7 +846,7 @@ var _ = Describe("Pods", func() {
}
})
It("should have their auto-restart back-off timer reset on image update", func() {
It("should have their auto-restart back-off timer reset on image update [Slow]", func() {
podName := "pod-back-off-image"
containerName := "back-off"
podClient := framework.Client.Pods(framework.Namespace.Name)