mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
Move test (Pods should not back-off restarting a container on LivenessProbe failure)
out of flaky test. For last 100+ runs, the test never fail in kubernetes-e2e-gce-flaky build. The only exception is build 10313, but the failure is caused by previous flaky test, not this one itself.
This commit is contained in:
parent
6b1830841e
commit
138f18cc92
@ -897,8 +897,7 @@ var _ = Describe("Pods", func() {
|
||||
}
|
||||
})
|
||||
|
||||
// Flaky issue #18293
|
||||
It("should not back-off restarting a container on LivenessProbe failure [Flaky]", func() {
|
||||
It("should not back-off restarting a container on LivenessProbe failure [Serial]", func() {
|
||||
podClient := framework.Client.Pods(framework.Namespace.Name)
|
||||
podName := "pod-back-off-liveness"
|
||||
containerName := "back-off-liveness"
|
||||
|
Loading…
Reference in New Issue
Block a user