mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 04:32:30 +08:00
CI: Bump golangci-lint to 2.0.2 (#103572)
This commit is contained in:

committed by
GitHub

parent
b58b6e828e
commit
757be6365a
@ -149,10 +149,8 @@ func TestProcessManager_ManagedBackendPluginLifecycle(t *testing.T) {
|
||||
wgKill.Add(1)
|
||||
go func() {
|
||||
bp.Kill() // manually kill process
|
||||
for {
|
||||
if !bp.Exited() {
|
||||
break
|
||||
}
|
||||
for bp.Exited() {
|
||||
|
||||
}
|
||||
wgKill.Done()
|
||||
}()
|
||||
|
Reference in New Issue
Block a user