Skip to content

Commit 3b16c69

Browse files
HaoKpakrym
authored andcommitted
Skip NodeServices tests on helix (#8045)
NodeJs not installed on helix boxes by default currently #8044 tracking this skip
1 parent 32aebef commit 3b16c69

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/Middleware/NodeServices/test/Microsoft.AspNetCore.NodeServices.Tests.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.0</TargetFramework>
5+
<!-- https://github.com/aspnet/AspNetCore/issues/8044 -->
6+
<BuildHelixPayload>false</BuildHelixPayload>
57
</PropertyGroup>
68

79
<ItemGroup>

src/Servers/Kestrel/test/Libuv.BindTests/Libuv.BindTests.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
<TestGroupName>Libuv.BindTests</TestGroupName>
77
</PropertyGroup>
88

9+
<ItemGroup>
10+
<!-- https://github.com/aspnet/AspNetCore/issues/8046 -->
11+
<HelixProjectPlatform Remove="OSX" />
12+
</ItemGroup>
13+
914
<ItemGroup>
1015
<Compile Include="$(SharedSourceRoot)test\SkipOnHelixAttribute.cs" />
1116
<Compile Include="..\BindTests\**\*.cs" />

0 commit comments

Comments
 (0)