Skip RunsWithIterationEnvVariable (#7814)

This commit is contained in:
BrennanConroy 2019-02-21 15:31:40 -08:00 committed by GitHub
parent 9355c7c1a5
commit 6a06bf8532
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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();