mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Revert ginkgoRecover
This commit is contained in:
parent
125e839d77
commit
9c2330db4c
@ -611,6 +611,7 @@ func testDeploymentCleanUpPolicy(f *framework.Framework) {
|
||||
w, err := c.CoreV1().Pods(ns).Watch(context.TODO(), options)
|
||||
framework.ExpectNoError(err)
|
||||
go func() {
|
||||
defer ginkgo.GinkgoRecover()
|
||||
// There should be only one pod being created, which is the pod with the agnhost image.
|
||||
// The old RS shouldn't create new pod when deployment controller adding pod template hash label to its selector.
|
||||
numPodCreation := 1
|
||||
|
Loading…
Reference in New Issue
Block a user