From 79fcbfd63701a2684225ef390b42124ac4baba19 Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Thu, 22 Oct 2020 23:45:28 -0700 Subject: [PATCH] Disable test against https://github.com/dotnet/runtime/issues/43754 --- .../System.Threading.ThreadPool/tests/ThreadPoolTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/System.Threading.ThreadPool/tests/ThreadPoolTests.cs b/src/libraries/System.Threading.ThreadPool/tests/ThreadPoolTests.cs index 698baca7bb278..0c1ee458c0ae0 100644 --- a/src/libraries/System.Threading.ThreadPool/tests/ThreadPoolTests.cs +++ b/src/libraries/System.Threading.ThreadPool/tests/ThreadPoolTests.cs @@ -576,6 +576,7 @@ public static void RunProcessorCountItemsInParallel() } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] + [ActiveIssue("https://github.com/dotnet/runtime/issues/43754", TestPlatforms.Android)] public static void ThreadPoolCanPickUpOneOrMoreWorkItemsWhenThreadIsAvailable() { int processorCount = Environment.ProcessorCount;