Removing flaky tag from test

This commit is contained in:
Amim Knabben 2020-10-14 21:00:24 -04:00
parent 2318a13228
commit b340bb5f95

View File

@ -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())