Skip to content

Commit b014166

Browse files
authored
Skip BlazorWasm_Restart test on Windows platform
1 parent a7c811f commit b014166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ public async Task BlazorWasm_MSBuildWarning()
831831
await App.WaitForOutputLineContaining(MessageDescriptor.WaitingForChanges);
832832
}
833833

834-
[PlatformSpecificFact(TestPlatforms.Windows)] // "https://github.com/dotnet/sdk/issues/49307")
834+
[PlatformSpecificFact(TestPlatforms.Windows, Skip = "https://github.com/dotnet/sdk/issues/51491")] // "https://github.com/dotnet/sdk/issues/49307")
835835
public async Task BlazorWasm_Restart()
836836
{
837837
var testAsset = TestAssets.CopyTestAsset("WatchBlazorWasm")

0 commit comments

Comments
 (0)