diff --git a/test/e2e/pods.go b/test/e2e/pods.go index 666a2d3e6af..ed432d2a0a4 100644 --- a/test/e2e/pods.go +++ b/test/e2e/pods.go @@ -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)