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()
146
146
App . AssertOutputContains ( $ "[WatchHotReloadApp ({ ToolsetInfo . CurrentTargetFramework } )] Launched") ;
147
147
}
148
148
149
- [ Theory ]
149
+ [ Theory ( Skip = "https://github.com/dotnet/sdk/issues/49307" ) ]
150
150
[ CombinatorialData ]
151
151
public async Task AutoRestartOnNoEffectEdit ( bool nonInteractive )
152
152
{
Original file line number Diff line number Diff line change @@ -485,7 +485,7 @@ public static void Print()
485
485
await hasUpdate . WaitAsync ( w . ShutdownSource . Token ) ;
486
486
}
487
487
488
- [ Fact ]
488
+ [ Fact ( Skip = "https://github.com/dotnet/sdk/issues/49307" ) ]
489
489
public async Task RudeEditInProjectWithoutRunningProcess ( )
490
490
{
491
491
var testAsset = CopyTestAsset ( "WatchAppMultiProc" ) ;
You can’t perform that action at this time.
0 commit comments