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
Fixes a possible test-time crash introduced in f8330fd: there's no
specified ordering for running the finalizer of _env, so sometimes it
might run after another Dispose cleaned up the test environment, and
then attempt to throw an assertion exception at a poorly-specified time,
leading to a crash in the test process instead of a test failure.
0 commit comments