Demote 'Pods should have their auto-restart back-off timer reset on image update' to [Slow]

This commit is contained in:
Isaac Hollander McCreery 2016-01-29 16:36:18 -08:00
parent a74fe068cc
commit b368091f25

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)