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 May 1, 2024. It is now read-only.
Right now, this race condition appears to be only happening to Unit Tests running on .NET Framework; the Unit Tests running on .NET Core 2.1 and .NET Core 3.1 continue to pass successfully.
I'll start by adding a timeout to these unit tests to ensure they fail after a few seconds instead of running indefinitely; [Fact(Timeout = 3000)] will ensure it fails after 3 seconds, which should be more than enough time for it to complete successfully.
Once we now which tests are failing, I can dig deeper into, and fix, the race condition causing the failure.