Skip RunsWithIterationEnvVariable (#7879)

This commit is contained in:
BrennanConroy 2019-02-22 16:04:43 -08:00 committed by GitHub
parent efaaa55d44
commit be63df852f
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();