Skip to content

Commit

Permalink
[wasm] Disable `Wasm.Build.Tests.Blazor.BuildPublishTests.BugRegressi…
Browse files Browse the repository at this point in the history
…on_60479_WithRazorClassLib` (#85356)

* Add active issue on blazor lazy load test

* Add active issue on blazor lazy load test
  • Loading branch information
maraf authored Apr 25, 2023
1 parent b42626f commit 4ab5265
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mono/wasm/Wasm.Build.Tests/Blazor/BuildPublishTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ void CheckNativeFileLinked(bool forPublish)
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/85354")]
public void BugRegression_60479_WithRazorClassLib()
{
string id = $"blz_razor_lib_top_{Path.GetRandomFileName()}";
Expand Down

0 comments on commit 4ab5265

Please sign in to comment.