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 a7c811f commit b014166Copy full SHA for b014166
test/dotnet-watch.Tests/HotReload/ApplyDeltaTests.cs
@@ -831,7 +831,7 @@ public async Task BlazorWasm_MSBuildWarning()
831
await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges);
832
}
833
834
- [PlatformSpecificFact(TestPlatforms.Windows)] // "https://github.com/dotnet/sdk/issues/49307")
+ [PlatformSpecificFact(TestPlatforms.Windows, Skip = "https://github.com/dotnet/sdk/issues/51491")] // "https://github.com/dotnet/sdk/issues/49307")
835
public async Task BlazorWasm_Restart()
836
{
837
var testAsset = TestAssets.CopyTestAsset("WatchBlazorWasm")
0 commit comments