Skip flaky test

This commit is contained in:
Ajay Bhargav Baaskaran 2018-05-02 15:43:04 -07:00
parent a94323499b
commit b2c59700d5
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/2320")]
public void WritePidFile_WorksAsExpected() public void WritePidFile_WorksAsExpected()
{ {
// Arrange // Arrange