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 c7d5802 commit afb8b88Copy full SHA for afb8b88
test/dotnet-watch.Tests/HotReload/ApplyDeltaTests.cs
@@ -437,7 +437,7 @@ public async Task Razor_Component_ScopedCssAndStaticAssets()
437
/// Currently only works on Windows.
438
/// Add TestPlatforms.OSX once https://github.com/dotnet/sdk/issues/45521 is fixed.
439
/// </summary>
440
- [PlatformSpecificFact(TestPlatforms.Windows)]
+ [PlatformSpecificFact(TestPlatforms.Windows, Skip = "https://github.com/dotnet/sdk/issues/40006")]
441
public async Task MauiBlazor()
442
{
443
var testAsset = TestAssets.CopyTestAsset("WatchMauiBlazor")
0 commit comments