We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4be38b commit 9b52f6dCopy full SHA for 9b52f6d
test/DotNetty.Common.Tests/Internal/Logging/InternalLoggerFactoryTest.cs
@@ -10,6 +10,7 @@ namespace DotNetty.Common.Tests.Internal.Logging
10
using Moq;
11
using Xunit;
12
13
+ [CollectionDefinition(nameof(InternalLoggerFactoryTest), DisableParallelization = true)]
14
public class InternalLoggerFactoryTest
15
{
16
// todo: CodeContracts on CI
0 commit comments