From d667a48f37aac1b64a03294e8e72c566066d5aaa Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Fri, 23 Oct 2020 01:33:28 -0700 Subject: [PATCH] Disable test against https://github.com/dotnet/runtime/issues/43754 (#43755) --- .../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;