Skip to content

Commit

Permalink
Disable test against dotnet#43754
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotas committed Oct 23, 2020
1 parent 0e052b6 commit 79fcbfd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 79fcbfd

Please sign in to comment.