diff --git a/src/framework/Runner/ResultReporter.cs b/src/framework/Runner/ResultReporter.cs index 1a3b2b6..44a7227 100755 --- a/src/framework/Runner/ResultReporter.cs +++ b/src/framework/Runner/ResultReporter.cs @@ -65,12 +65,12 @@ public void ReportResults() { PrintSummaryReport(); - if (summary.FailureCount > 0 || summary.ErrorCount > 0) - PrintErrorReport(); - if (summary.NotRunCount > 0) PrintNotRunReport(); + if (summary.FailureCount > 0 || summary.ErrorCount > 0) + PrintErrorReport(); + //if (commandLineOptions.Full) // PrintFullReport(result); }