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 f5b9d69 commit f5fe8f5Copy full SHA for f5fe8f5
test/dotnet-watch.Tests/HotReload/ApplyDeltaTests.cs
@@ -502,7 +502,7 @@ public async Task BlazorWasm_MSBuildWarning()
502
await App.AssertWaitingForChanges();
503
}
504
505
- [Fact]
+ [Fact(Skip = "https://github.com/dotnet/sdk/issues/49307")]
506
public async Task BlazorWasm_Restart()
507
{
508
var testAsset = TestAssets.CopyTestAsset("WatchBlazorWasm")
0 commit comments