Skip to content

Commit b340bb5

Browse files
committed
Removing flaky tag from test
1 parent 2318a13 commit b340bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/node/pre_stop.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ var _ = SIGDescribe("PreStop", func() {
167167
testPreStop(f.ClientSet, f.Namespace.Name)
168168
})
169169

170-
ginkgo.It("graceful pod terminated should wait until preStop hook completes the process [Flaky]", func() {
170+
ginkgo.It("graceful pod terminated should wait until preStop hook completes the process", func() {
171171
gracefulTerminationPeriodSeconds := int64(30)
172172
ginkgo.By("creating the pod")
173173
name := "pod-prestop-hook-" + string(uuid.NewUUID())

0 commit comments

Comments
 (0)