mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-26 04:36:00 +00:00
Add flaky label [Flaky] to tests
This commit is contained in:
committed by
Isaac Hollander McCreery
parent
14d9a0f2c8
commit
8b255feeee
@@ -897,7 +897,8 @@ var _ = Describe("Pods", func() {
|
||||
}
|
||||
})
|
||||
|
||||
It("should not back-off restarting a container on LivenessProbe failure", func() {
|
||||
// Flaky issue #18293
|
||||
It("should not back-off restarting a container on LivenessProbe failure [Flaky]", func() {
|
||||
podClient := framework.Client.Pods(framework.Namespace.Name)
|
||||
podName := "pod-back-off-liveness"
|
||||
containerName := "back-off-liveness"
|
||||
|
Reference in New Issue
Block a user