From 1f41b26145b5f554c67fb0e3da9a0073c9948ca3 Mon Sep 17 00:00:00 2001 From: Ryan Brandenburg Date: Thu, 29 Mar 2018 11:13:36 -0700 Subject: [PATCH] Skip broken test --- test/dotnet-watch.FunctionalTests/NoDepsAppTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/dotnet-watch.FunctionalTests/NoDepsAppTests.cs b/test/dotnet-watch.FunctionalTests/NoDepsAppTests.cs index ea9ffbec03..2cbf841ae0 100644 --- a/test/dotnet-watch.FunctionalTests/NoDepsAppTests.cs +++ b/test/dotnet-watch.FunctionalTests/NoDepsAppTests.cs @@ -41,7 +41,7 @@ namespace Microsoft.DotNet.Watcher.Tools.FunctionalTests Assert.Throws(() => Process.GetProcessById(pid)); } - [Fact] + [Fact(Skip="https://github.com/aspnet/DotNetTools/issues/407")] public async Task RestartProcessThatTerminatesAfterFileChange() { await _app.StartWatcherAsync();