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
Flush in async only flushes the worker, but does not cancel the task. This leads to errors, as the end
of the test closes the event loop, but the worker task is still running.
GH-4601
0 commit comments