Skip to content
This repository has been archived by the owner on Aug 8, 2020. It is now read-only.

Commit

Permalink
making PerfCon Explicit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
drusellers committed Nov 11, 2010
1 parent 7de7619 commit 33c23e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public void PerformanceCategoryExists(string categoryName)


[TestFixture]
[Explicit]
public class CreatingCountersSpecs :
PerformanceCounterBase
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ namespace Magnum.Specs.PerformanceCounters
using NUnit.Framework;

[TestFixture]
[Explicit]
public class DeletingCountersSpecs
{
[Test]
Expand Down

0 comments on commit 33c23e9

Please sign in to comment.