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
It looks like implementations of ITestExecutionRecorder (from which IFrameworkHandle inherits) might throw TestCanceledExceptions if ReportResult() is called. We should catch and handle that exception.
The text was updated successfully, but these errors were encountered:
It looks like implementations of
ITestExecutionRecorder
(from whichIFrameworkHandle
inherits) might throwTestCanceledException
s ifReportResult()
is called. We should catch and handle that exception.The text was updated successfully, but these errors were encountered: