Skip broken test

This commit is contained in:
Ryan Brandenburg 2018-03-29 11:13:36 -07:00
parent bcbc4f2a49
commit 1f41b26145
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ namespace Microsoft.DotNet.Watcher.Tools.FunctionalTests
Assert.Throws<ArgumentException>(() => Process.GetProcessById(pid));
}
[Fact]
[Fact(Skip="https://github.com/aspnet/DotNetTools/issues/407")]
public async Task RestartProcessThatTerminatesAfterFileChange()
{
await _app.StartWatcherAsync();