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
{{ message }}
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
A Task test is setting a handler for the static UnobservedTaskException event, failing an assert if it's raised. This is problematic if the test runs concurrently with another test that has an unobserved exception. This commit fixes the handler to be more robust and assert only if state related to the one test is incorrect.
0 commit comments