Skip flaky test

This commit is contained in:
Pranav K 2018-04-26 17:17:32 -07:00
parent 813e50087c
commit 92a7e73b75
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ namespace Microsoft.AspNetCore.Razor.Tools
{ {
public class ServerCommandTest public class ServerCommandTest
{ {
[Fact] [Fact(Skip = "https://github.com/aspnet/Razor/issues/2310")]
public void WritePidFile_WorksAsExpected() public void WritePidFile_WorksAsExpected()
{ {
// Arrange // Arrange