We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3166067 + b340bb5 commit 9391b6dCopy full SHA for 9391b6d
test/e2e/node/pre_stop.go
@@ -167,7 +167,7 @@ var _ = SIGDescribe("PreStop", func() {
167
testPreStop(f.ClientSet, f.Namespace.Name)
168
})
169
170
- 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() {
171
gracefulTerminationPeriodSeconds := int64(30)
172
ginkgo.By("creating the pod")
173
name := "pod-prestop-hook-" + string(uuid.NewUUID())
0 commit comments