Skip flaky test
This commit is contained in:
parent
a94323499b
commit
b2c59700d5
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue