Skip to content

Commit dfd2220

Browse files
committed
[wasm] WBT: Disable blazor test due to dotnet#85769
1 parent 15aa8d3 commit dfd2220

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mono/wasm/Wasm.Build.Tests/Blazor/BuildPublishTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ public void BugRegression_60479_WithRazorClassLib()
226226
Assert.Contains(razorClassLibraryFileName, lazyVal.EnumerateObject().Select(jp => jp.Name));
227227
}
228228

229+
[ActiveIssue("https://github.com/dotnet/runtime/issues/85769")]
229230
[ConditionalTheory(typeof(BuildTestBase), nameof(IsUsingWorkloads))]
230231
[InlineData("Debug")]
231232
[InlineData("Release")]

0 commit comments

Comments
 (0)