Put Libuv.FunctionalTests into a separate test group

This commit is contained in:
Nate McMaster 2017-11-08 13:55:00 -08:00
parent 64322ae2c5
commit 7d712f58aa
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netcoreapp2.0</TargetFrameworks>
<DefineConstants Condition="$([MSBuild]::IsOSPlatform('OSX'))">$(DefineConstants);MACOS</DefineConstants>
<ServerGarbageCollection>true</ServerGarbageCollection>
<!-- Put this project into its own test group to avoid running parallel with other test projects. Libuv does not play nice with other test assemblies. -->
<TestGroupName>Libuv.FunctionalTests</TestGroupName>
</PropertyGroup>
<ItemGroup>