Skip to content

Commit cd3269c

Browse files
author
Jason Zhai
committed
Continue skipping failed dotnet-watch tests
1 parent a554d59 commit cd3269c

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
@@ -215,7 +215,7 @@ public async Task BaselineCompilationError()
215215
/// We currently do not support applying project changes.
216216
/// The workaround is to restart via Ctrl+R.
217217
/// </summary>
218-
[Fact]
218+
[Fact(Skip = "https://github.com/dotnet/sdk/issues/49307")]
219219
public async Task ProjectChangeAndRestart()
220220
{
221221
var testAsset = TestAssets.CopyTestAsset("WatchNoDepsApp")

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ private RunningWatcher StartWatcher(TestAsset testAsset, string[] args, string w
134134
return new RunningWatcher(this, watcher, watchTask, reporter, console, serviceHolder, shutdownSource);
135135
}
136136

137-
[Theory]
137+
[Theory(Skip = "https://github.com/dotnet/sdk/issues/49307")]
138138
[CombinatorialData]
139139
public async Task UpdateAndRudeEdit(TriggerEvent trigger)
140140
{

0 commit comments

Comments
 (0)