Skip to content

Commit 9c2330d

Browse files
committed
Revert ginkgoRecover
1 parent 125e839 commit 9c2330d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/apps/deployment.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,7 @@ func testDeploymentCleanUpPolicy(f *framework.Framework) {
611611
w, err := c.CoreV1().Pods(ns).Watch(context.TODO(), options)
612612
framework.ExpectNoError(err)
613613
go func() {
614+
defer ginkgo.GinkgoRecover()
614615
// There should be only one pod being created, which is the pod with the agnhost image.
615616
// The old RS shouldn't create new pod when deployment controller adding pod template hash label to its selector.
616617
numPodCreation := 1

0 commit comments

Comments
 (0)