Skip to content

Commit 79b26f4

Browse files
committed
Fix
1 parent 4778087 commit 79b26f4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,11 @@ public async Task Razor_Component_ScopedCssAndStaticAssets()
428428
App.Process.ClearOutput();
429429
}
430430

431-
[PlatformSpecificFact(TestPlatforms.Windows | TestPlatforms.OSX)]
431+
/// <summary>
432+
/// Currently only works on Windows.
433+
/// Add TestPlatforms.OSX once https://github.com/dotnet/sdk/issues/45521 is fixed.
434+
/// </summary>
435+
[PlatformSpecificFact(TestPlatforms.Windows)]
432436
public async Task MauiBlazor()
433437
{
434438
var testAsset = TestAssets.CopyTestAsset("WatchMauiBlazor")

0 commit comments

Comments
 (0)