Add GinkgoRecover in goroutines
This commit is contained in:
parent
b5f644f605
commit
4ad97afdb3
3 changed files with 4 additions and 0 deletions
|
|
@ -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").
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue