Skip test
This commit is contained in:
parent
d719920fdc
commit
d3482e7bd0
|
|
@ -113,7 +113,7 @@ namespace Microsoft.AspNetCore.Razor.Design.IntegrationTests
|
||||||
Assert.FileDoesNotExist(result, IntermediateOutputPath, "SimpleMvc.Views.dll");
|
Assert.FileDoesNotExist(result, IntermediateOutputPath, "SimpleMvc.Views.dll");
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact(Skip = "https://github.com/aspnet/Razor/issues/2723")]
|
||||||
[InitializeTestProject("SimpleMvc")]
|
[InitializeTestProject("SimpleMvc")]
|
||||||
public async Task Build_ServerConnectionMutexCreationFails_FallsBackToInProcessRzc()
|
public async Task Build_ServerConnectionMutexCreationFails_FallsBackToInProcessRzc()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue