Add flaky label [Flaky] to tests

This commit is contained in:
Isaac Hollander McCreery
2015-12-20 11:13:38 -08:00
committed by Isaac Hollander McCreery
parent 14d9a0f2c8
commit 8b255feeee
10 changed files with 21 additions and 10 deletions

View File

@@ -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"