From b368091f2589d8a7dd966c78a998c9f238b94339 Mon Sep 17 00:00:00 2001 From: Isaac Hollander McCreery Date: Fri, 29 Jan 2016 16:36:18 -0800 Subject: [PATCH] Demote 'Pods should have their auto-restart back-off timer reset on image update' to [Slow] --- test/e2e/pods.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)