From 73dce3adec8db5b3e51e3cf3e8a32716c5a49576 Mon Sep 17 00:00:00 2001 From: Jordan Liggitt Date: Fri, 11 Oct 2019 13:09:32 -0400 Subject: [PATCH] Mark 'wait until preStop hook completes the process' flaky --- test/e2e/node/pre_stop.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/node/pre_stop.go b/test/e2e/node/pre_stop.go index c2628f67256..3b11cf70435 100644 --- a/test/e2e/node/pre_stop.go +++ b/test/e2e/node/pre_stop.go @@ -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())