We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 125e839 commit 9c2330dCopy full SHA for 9c2330d
test/e2e/apps/deployment.go
@@ -611,6 +611,7 @@ func testDeploymentCleanUpPolicy(f *framework.Framework) {
611
w, err := c.CoreV1().Pods(ns).Watch(context.TODO(), options)
612
framework.ExpectNoError(err)
613
go func() {
614
+ defer ginkgo.GinkgoRecover()
615
// There should be only one pod being created, which is the pod with the agnhost image.
616
// The old RS shouldn't create new pod when deployment controller adding pod template hash label to its selector.
617
numPodCreation := 1
0 commit comments