Commit d7c2d80d authored by Marc Gravell's avatar Marc Gravell

profiling creates threads; don't run it in parallel

parent 928f8257
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
namespace StackExchange.Redis.Tests namespace StackExchange.Redis.Tests
{ {
[Collection(NonParallelCollection.Name)]
public class Profiling : TestBase public class Profiling : TestBase
{ {
public Profiling(ITestOutputHelper output) : base(output) { } public Profiling(ITestOutputHelper output) : base(output) { }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment