From c7146075b629457c73f265dac2a226a126b6203a Mon Sep 17 00:00:00 2001 From: SilverFox Date: Mon, 12 Mar 2018 00:11:11 +0800 Subject: [PATCH] Try again? --- .../Internal/Logging/InternalLoggerFactoryTest.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/DotNetty.Common.Tests/Internal/Logging/InternalLoggerFactoryTest.cs b/test/DotNetty.Common.Tests/Internal/Logging/InternalLoggerFactoryTest.cs index 11166aeff..67234facb 100644 --- a/test/DotNetty.Common.Tests/Internal/Logging/InternalLoggerFactoryTest.cs +++ b/test/DotNetty.Common.Tests/Internal/Logging/InternalLoggerFactoryTest.cs @@ -10,6 +10,7 @@ namespace DotNetty.Common.Tests.Internal.Logging using Moq; using Xunit; + [CollectionDefinition(nameof(InternalLoggerFactoryTest), DisableParallelization = true)] public class InternalLoggerFactoryTest { // todo: CodeContracts on CI