Move InMemory.FunctionalTests to own TestGroup

It looks like some shutdown timeouts are cause by CPU starvation
This commit is contained in:
Stephen Halter 2018-12-03 16:40:45 -08:00
parent 638d6d0630
commit f6e691f26a
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netcoreapp2.2;net461</TargetFrameworks>
<ServerGarbageCollection>true</ServerGarbageCollection>
<TestGroupName>InMemory.FunctionalTests</TestGroupName>
</PropertyGroup>
<ItemGroup>