Skip to content

Commit a554d59

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

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
@@ -269,7 +269,7 @@ public async Task ChangeFileInFSharpProject()
269269
await App.AssertOutputLineStartsWith("<Updated>");
270270
}
271271

272-
[Fact]
272+
[Fact(Skip = "https://github.com/dotnet/sdk/issues/49307")]
273273
public async Task ChangeFileInFSharpProjectWithLoop()
274274
{
275275
var testAsset = TestAssets.CopyTestAsset("FSharpTestAppSimple")

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ async Task MakeRudeEditChange()
295295
}
296296
}
297297

298-
[Theory]
298+
[Theory(Skip = "https://github.com/dotnet/sdk/issues/49307")]
299299
[CombinatorialData]
300300
public async Task UpdateAppliedToNewProcesses(bool sharedOutput)
301301
{

0 commit comments

Comments
 (0)