We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3eaa2f commit a9026f1Copy full SHA for a9026f1
src/Tools/dotnet-watch/test/DotNetWatcherTests.cs
@@ -35,6 +35,7 @@ public async Task RunsWithDotnetWatchEnvVariable()
35
}
36
37
[Fact]
38
+ [SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/24841", Queues = "Windows.10.Arm64.Open")]
39
public async Task RunsWithIterationEnvVariable()
40
{
41
await _app.StartWatcherAsync();
src/Tools/dotnet-watch/test/NoDepsAppTests.cs
@@ -43,6 +43,7 @@ public async Task RestartProcessOnFileChange()
43
44
45
46
47
public async Task RestartProcessThatTerminatesAfterFileChange()
48
49
0 commit comments