Skip to content

Commit

Permalink
Fix flaky test (#2172)
Browse files Browse the repository at this point in the history
  • Loading branch information
komarevtsev-d committed Sep 30, 2024
1 parent 3482551 commit e9ec61a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def wait_for_vhost_servers(nbs, expected_count):
try:
process_name = os.path.basename(process.exe())
process_parent = process.parent()
except psutil.AccessDenied:
except psutil.Error:
continue

if process_parent is None:
Expand Down

0 comments on commit e9ec61a

Please sign in to comment.