diff --git a/test/e2e/storage/persistent_volumes-local.go b/test/e2e/storage/persistent_volumes-local.go index 238807e4f1d..20688cdaa56 100644 --- a/test/e2e/storage/persistent_volumes-local.go +++ b/test/e2e/storage/persistent_volumes-local.go @@ -530,6 +530,7 @@ var _ = utils.SIGDescribe("PersistentVolumes-local ", func() { ginkgo.By(fmt.Sprintf("Creating %v pods periodically", numConcurrentPods)) stop := make(chan struct{}) go wait.Until(func() { + defer ginkgo.GinkgoRecover() podsLock.Lock() defer podsLock.Unlock()