We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c5fa92 commit 10dad85Copy full SHA for 10dad85
src/xunit.runner.visualstudio/Sinks/VsExecutionSink.cs
@@ -122,8 +122,6 @@ void HandleErrorMessage(MessageHandlerArgs<IErrorMessage> args)
122
{
123
ExecutionSummary.Errors++;
124
125
- logger.LogError("Catastrophic failure: {0}", ExceptionUtility.CombineMessages(args.Message));
126
-
127
HandleCancellation(args);
128
}
129
0 commit comments