Skip to content

Commit

Permalink
Don't stop (#1737)
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd authored Sep 7, 2023
1 parent df48182 commit 1223683
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Adapter/MSTest.TestAdapter/Execution/TestMethodRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ private bool ExecuteDataSourceBasedTests(List<TestResult> results)

if (dataRows == null)
{
watch.Stop();
var inconclusiveResult = new TestResult
{
Outcome = UTF.UnitTestOutcome.Inconclusive,
Expand Down Expand Up @@ -282,7 +281,6 @@ private bool ExecuteDataSourceBasedTests(List<TestResult> results)
}
catch (Exception ex)
{
watch.Stop();
var failedResult = new TestResult
{
Outcome = UTF.UnitTestOutcome.Error,
Expand Down

0 comments on commit 1223683

Please sign in to comment.