Skip to content

Commit 6a06bf8

Browse files
Skip RunsWithIterationEnvVariable (#7814)
1 parent 9355c7c commit 6a06bf8

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)