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:
parent
cb86ca81b1
commit
dc9feade5a
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Reference in New Issue