Skip to content

Commit

Permalink
marking WCF stress tests as integration
Browse files Browse the repository at this point in the history
  • Loading branch information
thepirat000 committed Dec 9, 2024
1 parent 93ff705 commit 668e8b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Audit.Wcf.UnitTest/WCFTests.Async.cs
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ public async Task WCFTest_CreationPolicy_Manual_Async()
Assert.That(replaced.Count, Is.EqualTo(0));
}

[Category("Integration")]
[TestCase(2, 10)]
[TestCase(6, 10)]
public async Task WCFTest_Concurrency_AuditScopeAsync(int threads, int callsPerThread)
Expand Down

0 comments on commit 668e8b6

Please sign in to comment.