Skip broken test
This commit is contained in:
parent
bcbc4f2a49
commit
1f41b26145
|
|
@ -41,7 +41,7 @@ namespace Microsoft.DotNet.Watcher.Tools.FunctionalTests
|
||||||
Assert.Throws<ArgumentException>(() => Process.GetProcessById(pid));
|
Assert.Throws<ArgumentException>(() => Process.GetProcessById(pid));
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact(Skip="https://github.com/aspnet/DotNetTools/issues/407")]
|
||||||
public async Task RestartProcessThatTerminatesAfterFileChange()
|
public async Task RestartProcessThatTerminatesAfterFileChange()
|
||||||
{
|
{
|
||||||
await _app.StartWatcherAsync();
|
await _app.StartWatcherAsync();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue