Skip to content

Commit

Permalink
[wasm] WBT: Disable blazor test due to dotnet#85769
Browse files Browse the repository at this point in the history
  • Loading branch information
radical committed May 4, 2023
1 parent 15aa8d3 commit dfd2220
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 @@ -226,6 +226,7 @@ public void BugRegression_60479_WithRazorClassLib()
Assert.Contains(razorClassLibraryFileName, lazyVal.EnumerateObject().Select(jp => jp.Name));
}

[ActiveIssue("https://github.com/dotnet/runtime/issues/85769")]
[ConditionalTheory(typeof(BuildTestBase), nameof(IsUsingWorkloads))]
[InlineData("Debug")]
[InlineData("Release")]
Expand Down

0 comments on commit dfd2220

Please sign in to comment.