Skip to content

Commit d4858c8

Browse files
author
Jason Zhai
committed
Continue to skip
1 parent ea4a638 commit d4858c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/dotnet-watch.Tests/HotReload/ApplyDeltaTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
{

test/dotnet-watch.Tests/HotReload/RuntimeProcessLauncherTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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");

0 commit comments

Comments
 (0)