Skip to content

Commit be63df8

Browse files
Skip RunsWithIterationEnvVariable (#7879)
1 parent efaaa55 commit be63df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tools/dotnet-watch/test/DotNetWatcherTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public async Task RunsWithDotnetWatchEnvVariable()
3434
Assert.Equal("1", envValue);
3535
}
3636

37-
[Fact]
37+
[Fact(Skip = "https://github.com/aspnet/AspNetCore-Internal/issues/1826")]
3838
public async Task RunsWithIterationEnvVariable()
3939
{
4040
await _app.StartWatcherAsync();

0 commit comments

Comments
 (0)