From 6a06bf8532ba70ceb15204ccf258a986a42849e1 Mon Sep 17 00:00:00 2001 From: BrennanConroy Date: Thu, 21 Feb 2019 15:31:40 -0800 Subject: [PATCH] Skip RunsWithIterationEnvVariable (#7814) --- src/Tools/dotnet-watch/test/DotNetWatcherTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tools/dotnet-watch/test/DotNetWatcherTests.cs b/src/Tools/dotnet-watch/test/DotNetWatcherTests.cs index 7a38b94926..6b064e2a8e 100644 --- a/src/Tools/dotnet-watch/test/DotNetWatcherTests.cs +++ b/src/Tools/dotnet-watch/test/DotNetWatcherTests.cs @@ -34,7 +34,7 @@ namespace Microsoft.DotNet.Watcher.Tools.FunctionalTests Assert.Equal("1", envValue); } - [Fact] + [Fact(Skip = "https://github.com/aspnet/AspNetCore-Internal/issues/1826")] public async Task RunsWithIterationEnvVariable() { await _app.StartWatcherAsync();