Skip to content

Commit

Permalink
[MT][browser] Disabling tests failing in the last two weeks on MT. (#…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
ilonatommy authored Oct 31, 2023
1 parent 9c579f9 commit 5df92ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ public async Task RunWorkerAsync_NoOnWorkHandler_SetsResultToNull()

private ManualResetEventSlim manualResetEvent3;

[ActiveIssue("https://github.com/dotnet/runtime/issues/94050", typeof(PlatformDetection), nameof(PlatformDetection.IsWasmThreadingSupported))]
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))]
public void TestCancelAsync()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<IncludeRemoteExecutor>true</IncludeRemoteExecutor>
<TargetFramework>$(NetCoreAppCurrent)</TargetFramework>
<TestRuntime>true</TestRuntime>
<_WasmPThreadPoolSize Condition="'$(MonoWasmBuildVariant)' == 'multithread'">64</_WasmPThreadPoolSize>
</PropertyGroup>
<ItemGroup>
<Compile Include="ThreadPoolTests.cs" />
Expand Down

0 comments on commit 5df92ec

Please sign in to comment.