Skip NodeServices tests on helix (#8045)

NodeJs not installed on helix boxes by default currently

https://github.com/aspnet/AspNetCore/issues/8044 tracking this skip
This commit is contained in:
Hao Kung 2019-03-01 09:37:43 -08:00 committed by Pavel Krymets
parent 32aebef4d1
commit 3b16c69786
2 changed files with 7 additions and 0 deletions

View File

@ -2,6 +2,8 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<!-- https://github.com/aspnet/AspNetCore/issues/8044 -->
<BuildHelixPayload>false</BuildHelixPayload>
</PropertyGroup>
<ItemGroup>

View File

@ -6,6 +6,11 @@
<TestGroupName>Libuv.BindTests</TestGroupName>
</PropertyGroup>
<ItemGroup>
<!-- https://github.com/aspnet/AspNetCore/issues/8046 -->
<HelixProjectPlatform Remove="OSX" />
</ItemGroup>
<ItemGroup>
<Compile Include="$(SharedSourceRoot)test\SkipOnHelixAttribute.cs" />
<Compile Include="..\BindTests\**\*.cs" />