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 @@ -146,7 +146,7 @@ public async Task AutoRestartOnRudeEditAfterRestartPrompt()
146146 App . AssertOutputContains ( $ "[WatchHotReloadApp ({ ToolsetInfo . CurrentTargetFramework } )] Launched") ;
147147 }
148148
149- [ Theory ]
149+ [ Theory ( Skip = "https://github.com/dotnet/sdk/issues/49307" ) ]
150150 [ CombinatorialData ]
151151 public async Task AutoRestartOnNoEffectEdit ( bool nonInteractive )
152152 {
Original file line number Diff line number Diff line change @@ -485,7 +485,7 @@ public static void Print()
485485 await hasUpdate . WaitAsync ( w . ShutdownSource . Token ) ;
486486 }
487487
488- [ Fact ]
488+ [ Fact ( Skip = "https://github.com/dotnet/sdk/issues/49307" ) ]
489489 public async Task RudeEditInProjectWithoutRunningProcess ( )
490490 {
491491 var testAsset = CopyTestAsset ( "WatchAppMultiProc" ) ;
You can’t perform that action at this time.
0 commit comments