Skip to content

Commit

Permalink
Fixed PerformanceHelper for executing test in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
raczeja committed Mar 14, 2018
1 parent 408306f commit b7787e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Objectivity.Test.Automation.Tests.Features/ProjectTestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ protected DriverContext DriverContext
[BeforeFeature]
public static void BeforeClass()
{
StartPerformanceMeasure();
}

/// <summary>
Expand All @@ -95,7 +94,6 @@ public static void BeforeClass()
[AfterFeature]
public static void AfterClass()
{
StopPerfromanceMeasure();
}

/// <summary>
Expand Down

0 comments on commit b7787e4

Please sign in to comment.