Skip to content

Commit

Permalink
UPSTREAM: <carry>: don't fail integration due to too many goroutines
Browse files Browse the repository at this point in the history
  • Loading branch information
bertinatto committed Mar 28, 2023
1 parent ef59d07 commit 97eb850
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/integration/framework/etcd.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,7 @@ func EtcdMain(tests func() int) {
klog.StopFlushDaemon()

if err := goleakFindRetry(goleakOpts...); err != nil {
klog.ErrorS(err, "EtcdMain goroutine check")
result = 1
klog.InfoS("EtcdMain goroutine check", "err", err)
}

os.Exit(result)
Expand Down

0 comments on commit 97eb850

Please sign in to comment.