Skip RunsWithIterationEnvVariable (#7879)
This commit is contained in:
parent
efaaa55d44
commit
be63df852f
|
|
@ -34,7 +34,7 @@ namespace Microsoft.DotNet.Watcher.Tools.FunctionalTests
|
||||||
Assert.Equal("1", envValue);
|
Assert.Equal("1", envValue);
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact(Skip = "https://github.com/aspnet/AspNetCore-Internal/issues/1826")]
|
||||||
public async Task RunsWithIterationEnvVariable()
|
public async Task RunsWithIterationEnvVariable()
|
||||||
{
|
{
|
||||||
await _app.StartWatcherAsync();
|
await _app.StartWatcherAsync();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue