mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 01:40:07 +00:00
Demote 'Pods should have their auto-restart back-off timer reset on image update' to [Slow]
This commit is contained in:
parent
a74fe068cc
commit
b368091f25
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user