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.
1 parent 2318a13 commit b340bb5Copy full SHA for b340bb5
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