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)
105
105
App . AssertOutputContains ( $ "[WatchHotReloadApp ({ ToolsetInfo . CurrentTargetFramework } )] Launched") ;
106
106
}
107
107
108
- [ Fact ]
108
+ [ Fact ( Skip = "https://github.com/dotnet/sdk/issues/49307" ) ]
109
109
public async Task AutoRestartOnRudeEditAfterRestartPrompt ( )
110
110
{
111
111
var testAsset = TestAssets . CopyTestAsset ( "WatchHotReloadApp" )
Original file line number Diff line number Diff line change @@ -394,7 +394,7 @@ public enum UpdateLocation
394
394
TopFunction ,
395
395
}
396
396
397
- [ Theory ]
397
+ [ Theory ( Skip = "https://github.com/dotnet/sdk/issues/49307" ) ]
398
398
[ CombinatorialData ]
399
399
public async Task HostRestart ( UpdateLocation updateLocation )
400
400
{
You can’t perform that action at this time.
0 commit comments