1
Vote

IsAborted has race condition

description

Sometimes this call will fail when tests are run in parallel. Abort is an async operation - need to fix the race condition.

comments