From b340bb5f95567996c585b03c97193bd71e271682 Mon Sep 17 00:00:00 2001 From: Amim Knabben Date: Wed, 14 Oct 2020 21:00:24 -0400 Subject: [PATCH] Removing flaky tag from test --- 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 ca31cff120b..547d6a16451 100644 --- a/test/e2e/node/pre_stop.go +++ b/test/e2e/node/pre_stop.go @@ -167,7 +167,7 @@ var _ = SIGDescribe("PreStop", func() { testPreStop(f.ClientSet, f.Namespace.Name) }) - ginkgo.It("graceful pod terminated should wait until preStop hook completes the process [Flaky]", func() { + ginkgo.It("graceful pod terminated should wait until preStop hook completes the process", func() { gracefulTerminationPeriodSeconds := int64(30) ginkgo.By("creating the pod") name := "pod-prestop-hook-" + string(uuid.NewUUID())