We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1de2e59 commit a554d59Copy full SHA for a554d59
test/dotnet-watch.Tests/HotReload/ApplyDeltaTests.cs
@@ -269,7 +269,7 @@ public async Task ChangeFileInFSharpProject()
269
await App.AssertOutputLineStartsWith("<Updated>");
270
}
271
272
- [Fact]
+ [Fact(Skip = "https://github.com/dotnet/sdk/issues/49307")]
273
public async Task ChangeFileInFSharpProjectWithLoop()
274
{
275
var testAsset = TestAssets.CopyTestAsset("FSharpTestAppSimple")
test/dotnet-watch.Tests/HotReload/RuntimeProcessLauncherTests.cs
@@ -295,7 +295,7 @@ async Task MakeRudeEditChange()
295
296
297
298
- [Theory]
+ [Theory(Skip = "https://github.com/dotnet/sdk/issues/49307")]
299
[CombinatorialData]
300
public async Task UpdateAppliedToNewProcesses(bool sharedOutput)
301
0 commit comments