File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
test/dotnet-watch.Tests/HotReload Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ public async Task AutoRestartOnRudeEdit(bool nonInteractive)
105105 App . AssertOutputContains ( $ "[WatchHotReloadApp ({ ToolsetInfo . CurrentTargetFramework } )] Launched") ;
106106 }
107107
108- [ Fact ]
108+ [ Fact ( Skip = "https://github.com/dotnet/sdk/issues/49307" ) ]
109109 public async Task AutoRestartOnRudeEditAfterRestartPrompt ( )
110110 {
111111 var testAsset = TestAssets . CopyTestAsset ( "WatchHotReloadApp" )
Original file line number Diff line number Diff line change @@ -394,7 +394,7 @@ public enum UpdateLocation
394394 TopFunction ,
395395 }
396396
397- [ Theory ]
397+ [ Theory ( Skip = "https://github.com/dotnet/sdk/issues/49307" ) ]
398398 [ CombinatorialData ]
399399 public async Task HostRestart ( UpdateLocation updateLocation )
400400 {
You can’t perform that action at this time.
0 commit comments