Skip to content

Commit

Permalink
[wasm] WBT: Re-enable blazor run test (#86268)
Browse files Browse the repository at this point in the history
  • Loading branch information
radical authored May 16, 2023
1 parent ff92d4e commit 46cc799
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mono/wasm/Wasm.Build.Tests/Blazor/BuildPublishTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ 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 46cc799

Please sign in to comment.