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 ab3a701 commit 846d2e9Copy full SHA for 846d2e9
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