Mark 'wait until preStop hook completes the process' flaky

This commit is contained in:
Jordan Liggitt
2019-10-11 13:09:32 -04:00
parent 3edbc6afff
commit 73dce3adec

View File

@@ -182,7 +182,7 @@ var _ = SIGDescribe("PreStop", func() {
testPreStop(f.ClientSet, f.Namespace.Name)
})
ginkgo.It("graceful pod terminated should wait until preStop hook completes the process", func() {
ginkgo.It("graceful pod terminated should wait until preStop hook completes the process [Flaky]", func() {
gracefulTerminationPeriodSeconds := int64(30)
ginkgo.By("creating the pod")
name := "pod-prestop-hook-" + string(uuid.NewUUID())