Disable `Microsoft.DotNet.Watcher.Tools.FunctionalTests.NoDepsAppTests.RestartProcessThatTerminatesAfterFileChange`

- test is not reliable (95% success rate)
- should be restored as part of #98
This commit is contained in:
Doug Bunting 2016-05-23 11:53:35 -07:00
parent cb86ca81b1
commit dc9feade5a
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ namespace Microsoft.DotNet.Watcher.Tools.FunctionalTests
}
}
[Fact]
[Fact(Skip = "aspnet/dotnet-watch#98")]
public void RestartProcessThatTerminatesAfterFileChange()
{
using (var scenario = new NoDepsAppScenario())