Skip to content

Commit

Permalink
Disable test against #43754 (#43755)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotas authored Oct 23, 2020
1 parent 31360fc commit d667a48
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 d667a48

Please sign in to comment.