Add GinkgoRecover in goroutines

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-08-19 22:00:30 -04:00
parent b5f644f605
commit 4ad97afdb3
3 changed files with 4 additions and 0 deletions

View file

@ -61,6 +61,7 @@ var _ = framework.DescribeAnnotation("Annotation - limit-connections", func() {
worker := func(wg *sync.WaitGroup) {
defer wg.Done()
defer ginkgo.GinkgoRecover()
resp := f.HTTPTestClient().
GET("/sleep/10").