Skip flaky test
This commit is contained in:
parent
813e50087c
commit
92a7e73b75
|
|
@ -13,7 +13,7 @@ namespace Microsoft.AspNetCore.Razor.Tools
|
|||
{
|
||||
public class ServerCommandTest
|
||||
{
|
||||
[Fact]
|
||||
[Fact(Skip = "https://github.com/aspnet/Razor/issues/2310")]
|
||||
public void WritePidFile_WorksAsExpected()
|
||||
{
|
||||
// Arrange
|
||||
|
|
|
|||
Loading…
Reference in New Issue