File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Tools/dotnet-watch/test Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public async Task RunsWithDotnetWatchEnvVariable()
34
34
Assert . Equal ( "1" , envValue ) ;
35
35
}
36
36
37
- [ Fact ]
37
+ [ ConditionalFact ]
38
38
[ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/24841" , Queues = "Windows.10.Arm64.Open" ) ]
39
39
public async Task RunsWithIterationEnvVariable ( )
40
40
{
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public async Task RestartProcessOnFileChange()
42
42
Assert . NotEqual ( processIdentifier , processIdentifier2 ) ;
43
43
}
44
44
45
- [ Fact ]
45
+ [ ConditionalFact ]
46
46
[ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/24841" , Queues = "Windows.10.Arm64.Open" ) ]
47
47
public async Task RestartProcessThatTerminatesAfterFileChange ( )
48
48
{
You can’t perform that action at this time.
0 commit comments