mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 01:06:27 +00:00
Merge pull request #19998 from dchen1107/test
Move test (Pods should not back-off restarting a container on Livenes…
This commit is contained in:
commit
c3cab5493d
@ -897,8 +897,7 @@ var _ = Describe("Pods", func() {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
// Flaky issue #18293
|
It("should not back-off restarting a container on LivenessProbe failure [Serial]", func() {
|
||||||
It("should not back-off restarting a container on LivenessProbe failure [Flaky]", func() {
|
|
||||||
podClient := framework.Client.Pods(framework.Namespace.Name)
|
podClient := framework.Client.Pods(framework.Namespace.Name)
|
||||||
podName := "pod-back-off-liveness"
|
podName := "pod-back-off-liveness"
|
||||||
containerName := "back-off-liveness"
|
containerName := "back-off-liveness"
|
||||||
|
Loading…
Reference in New Issue
Block a user