mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
Merge pull request #95577 from knabben/remove-flake-pre-stop
Removing flaky tag from preStop test
This commit is contained in:
commit
9391b6d844
@ -167,7 +167,7 @@ var _ = SIGDescribe("PreStop", func() {
|
|||||||
testPreStop(f.ClientSet, f.Namespace.Name)
|
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)
|
gracefulTerminationPeriodSeconds := int64(30)
|
||||||
ginkgo.By("creating the pod")
|
ginkgo.By("creating the pod")
|
||||||
name := "pod-prestop-hook-" + string(uuid.NewUUID())
|
name := "pod-prestop-hook-" + string(uuid.NewUUID())
|
||||||
|
Loading…
Reference in New Issue
Block a user