Skip test

This commit is contained in:
Ajay Bhargav Baaskaran 2018-11-09 11:17:16 -08:00
parent d719920fdc
commit d3482e7bd0
1 changed files with 1 additions and 1 deletions

View File

@ -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()
{