Skip to content

Commit 5df92ec

Browse files
authored
[MT][browser] Disabling tests failing in the last two weeks on MT. (#94051)
* Disabling tests failing in the last two weeks on MT. * Failures from #93466 should not apply. * Remove duplicate + other issues connnected to test PR runs. * Cleanup * Increasing num of threads instead of disabling. * Update System.Threading.ThreadPool.Tests.csproj 16 was too low, still failing * Update System.Threading.ThreadPool.Tests.csproj 32 was failing
1 parent 9c579f9 commit 5df92ec

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/libraries/System.ComponentModel.EventBasedAsync/tests/BackgroundWorkerTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ public async Task RunWorkerAsync_NoOnWorkHandler_SetsResultToNull()
9191

9292
private ManualResetEventSlim manualResetEvent3;
9393

94+
[ActiveIssue("https://github.com/dotnet/runtime/issues/94050", typeof(PlatformDetection), nameof(PlatformDetection.IsWasmThreadingSupported))]
9495
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))]
9596
public void TestCancelAsync()
9697
{

src/libraries/System.Threading.ThreadPool/tests/System.Threading.ThreadPool.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<IncludeRemoteExecutor>true</IncludeRemoteExecutor>
44
<TargetFramework>$(NetCoreAppCurrent)</TargetFramework>
55
<TestRuntime>true</TestRuntime>
6+
<_WasmPThreadPoolSize Condition="'$(MonoWasmBuildVariant)' == 'multithread'">64</_WasmPThreadPoolSize>
67
</PropertyGroup>
78
<ItemGroup>
89
<Compile Include="ThreadPoolTests.cs" />

0 commit comments

Comments
 (0)