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

parent a74fe068
...@@ -846,7 +846,7 @@ var _ = Describe("Pods", func() { ...@@ -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" podName := "pod-back-off-image"
containerName := "back-off" containerName := "back-off"
podClient := framework.Client.Pods(framework.Namespace.Name) podClient := framework.Client.Pods(framework.Namespace.Name)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment