From d3482e7bd0ace6ec9695a90e7ea2299162f0dff2 Mon Sep 17 00:00:00 2001 From: Ajay Bhargav Baaskaran Date: Fri, 9 Nov 2018 11:17:16 -0800 Subject: [PATCH] Skip test --- .../IntegrationTests/BuildServerIntegrationTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Microsoft.NET.Sdk.Razor.Test/IntegrationTests/BuildServerIntegrationTest.cs b/test/Microsoft.NET.Sdk.Razor.Test/IntegrationTests/BuildServerIntegrationTest.cs index 66187a317d..00b362f4a5 100644 --- a/test/Microsoft.NET.Sdk.Razor.Test/IntegrationTests/BuildServerIntegrationTest.cs +++ b/test/Microsoft.NET.Sdk.Razor.Test/IntegrationTests/BuildServerIntegrationTest.cs @@ -113,7 +113,7 @@ namespace Microsoft.AspNetCore.Razor.Design.IntegrationTests Assert.FileDoesNotExist(result, IntermediateOutputPath, "SimpleMvc.Views.dll"); } - [Fact] + [Fact(Skip = "https://github.com/aspnet/Razor/issues/2723")] [InitializeTestProject("SimpleMvc")] public async Task Build_ServerConnectionMutexCreationFails_FallsBackToInProcessRzc() {