Skip to content

Commit 9391b6d

Browse files
authored
Merge pull request kubernetes#95577 from knabben/remove-flake-pre-stop
Removing flaky tag from preStop test
2 parents 3166067 + b340bb5 commit 9391b6d

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)