Skip to content

Commit 0c2e8d2

Browse files
authored
[browser][mt] Block Blazor WBT that timeouts (#100577)
1 parent 3bae822 commit 0c2e8d2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ public SimpleMultiThreadedTests(ITestOutputHelper output, SharedBuildPerTestClas
3838
// }
3939

4040
[ConditionalTheory(typeof(BuildTestBase), nameof(IsWorkloadWithMultiThreadingForDefaultFramework))]
41+
[ActiveIssue("https://github.com/dotnet/runtime/issues/100373")] // to be fixed by: "https://github.com/dotnet/aspnetcore/issues/54365"
4142
// [InlineData("Debug", false)] // ActiveIssue https://github.com/dotnet/runtime/issues/98758
4243
// [InlineData("Debug", true)]
4344
[InlineData("Release", false)]

src/mono/wasm/Wasm.Build.Tests/TestAppScenarios/SignalRClientTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ public SignalRClientTests(ITestOutputHelper output, SharedBuildPerTestClassFixtu
2424
}
2525

2626
[ConditionalTheory(typeof(BuildTestBase), nameof(IsWorkloadWithMultiThreadingForDefaultFramework))]
27+
[ActiveIssue("https://github.com/dotnet/runtime/issues/100445")] // to be fixed by: "https://github.com/dotnet/aspnetcore/issues/54365"
2728
[InlineData("Debug", "LongPolling")]
2829
[InlineData("Release", "LongPolling")]
2930
[InlineData("Debug", "WebSockets")]

0 commit comments

Comments
 (0)