Skip to content

a8n: Remove duplicated waitgroup.Wait() in Runner

Administrator requested to merge a8n/fix-waitgroup into master

Created by: mrnugget

@efritz spotted this. This is wrong. We only want to wait in the Wait() method of the Runner. I introduced this in #6598.

Merge request reports

Loading