Skip to content

Commit 5161a4c

Browse files
committed
Skip failing dotnet-watch test due to net10 branding issues
1 parent 473ae07 commit 5161a4c

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
@@ -385,7 +385,7 @@ public async Task BlazorWasm_MSBuildWarning()
385385
await App.AssertWaitingForChanges();
386386
}
387387

388-
[Fact]
388+
[Fact(Skip = "https://github.com/dotnet/sdk/issues/45299")]
389389
public async Task Razor_Component_ScopedCssAndStaticAssets()
390390
{
391391
var testAsset = TestAssets.CopyTestAsset("WatchRazorWithDeps")

0 commit comments

Comments
 (0)