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()
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 {
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments