Skip to content

Commit 08bd3d7

Browse files
Fix #24846 by using ConditionalFact (#25041)
1 parent dd43757 commit 08bd3d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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+
[ConditionalFact]
3838
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/24841", Queues = "Windows.10.Arm64.Open")]
3939
public async Task RunsWithIterationEnvVariable()
4040
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public async Task RestartProcessOnFileChange()
4242
Assert.NotEqual(processIdentifier, processIdentifier2);
4343
}
4444

45-
[Fact]
45+
[ConditionalFact]
4646
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/24841", Queues = "Windows.10.Arm64.Open")]
4747
public async Task RestartProcessThatTerminatesAfterFileChange()
4848
{

0 commit comments

Comments
 (0)