Skip to content

Commit afb8b88

Browse files
authored
Skip timing out test to unblock
1 parent c7d5802 commit afb8b88

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
@@ -437,7 +437,7 @@ public async Task Razor_Component_ScopedCssAndStaticAssets()
437437
/// Currently only works on Windows.
438438
/// Add TestPlatforms.OSX once https://github.com/dotnet/sdk/issues/45521 is fixed.
439439
/// </summary>
440-
[PlatformSpecificFact(TestPlatforms.Windows)]
440+
[PlatformSpecificFact(TestPlatforms.Windows, Skip = "https://github.com/dotnet/sdk/issues/40006")]
441441
public async Task MauiBlazor()
442442
{
443443
var testAsset = TestAssets.CopyTestAsset("WatchMauiBlazor")

0 commit comments

Comments
 (0)