From 2b1ec2ca8f8b64291dfb18bf281d082935ad7a7b Mon Sep 17 00:00:00 2001 From: John Luo Date: Tue, 29 Jan 2019 15:30:49 -0800 Subject: [PATCH] Move caching tests to individual test group to reduce thread pool starvation (dotnet/extensions#1012) \n\nCommit migrated from https://github.com/dotnet/extensions/commit/326bbc615f557e90d5385dcc370cea0e22476d49 --- .../Memory/test/Microsoft.Extensions.Caching.Memory.Tests.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Caching/Memory/test/Microsoft.Extensions.Caching.Memory.Tests.csproj b/src/Caching/Memory/test/Microsoft.Extensions.Caching.Memory.Tests.csproj index 488179196dfb..4a96edcb5ca6 100644 --- a/src/Caching/Memory/test/Microsoft.Extensions.Caching.Memory.Tests.csproj +++ b/src/Caching/Memory/test/Microsoft.Extensions.Caching.Memory.Tests.csproj @@ -2,6 +2,7 @@ netcoreapp2.1;net461 + Caching.Memory