Skip to content

Commit a9026f1

Browse files
authored
Skip dotnet watch tests on ARM (#24846)
1 parent d3eaa2f commit a9026f1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public async Task RunsWithDotnetWatchEnvVariable()
3535
}
3636

3737
[Fact]
38+
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/24841", Queues = "Windows.10.Arm64.Open")]
3839
public async Task RunsWithIterationEnvVariable()
3940
{
4041
await _app.StartWatcherAsync();

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public async Task RestartProcessOnFileChange()
4343
}
4444

4545
[Fact]
46+
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/24841", Queues = "Windows.10.Arm64.Open")]
4647
public async Task RestartProcessThatTerminatesAfterFileChange()
4748
{
4849
await _app.StartWatcherAsync();

0 commit comments

Comments
 (0)