From 3b16c6978621be44ff512b2a9f0d74378a8f5c9d Mon Sep 17 00:00:00 2001 From: Hao Kung Date: Fri, 1 Mar 2019 09:37:43 -0800 Subject: [PATCH] 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 --- .../test/Microsoft.AspNetCore.NodeServices.Tests.csproj | 2 ++ .../Kestrel/test/Libuv.BindTests/Libuv.BindTests.csproj | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/src/Middleware/NodeServices/test/Microsoft.AspNetCore.NodeServices.Tests.csproj b/src/Middleware/NodeServices/test/Microsoft.AspNetCore.NodeServices.Tests.csproj index 862335b90b..cdca6fc253 100644 --- a/src/Middleware/NodeServices/test/Microsoft.AspNetCore.NodeServices.Tests.csproj +++ b/src/Middleware/NodeServices/test/Microsoft.AspNetCore.NodeServices.Tests.csproj @@ -2,6 +2,8 @@ netcoreapp3.0 + + false diff --git a/src/Servers/Kestrel/test/Libuv.BindTests/Libuv.BindTests.csproj b/src/Servers/Kestrel/test/Libuv.BindTests/Libuv.BindTests.csproj index c4ceed44ab..9019aa904b 100644 --- a/src/Servers/Kestrel/test/Libuv.BindTests/Libuv.BindTests.csproj +++ b/src/Servers/Kestrel/test/Libuv.BindTests/Libuv.BindTests.csproj @@ -6,6 +6,11 @@ Libuv.BindTests + + + + +