You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplify error handling in parallel_testsuite (#25766)
The `test(result)` call already contains a try/catch for landing errors
and skipping internally so the extra exception blocks here were not
doing anything.
What is more, if they ever did execute they would fail because the
second argument to `addError` and `addSkip` is not an exception object
but and exception info triple.
0 commit comments