From 064ca06422d2eb1139fe021be407c50868c2e822 Mon Sep 17 00:00:00 2001 From: Steve Pfister Date: Fri, 5 Aug 2022 14:16:11 -0400 Subject: [PATCH] [Android] Enable Dop_WorkersCreatedRespectingLimitAndTaskScheduler_Sync test Fixes https://github.com/dotnet/runtime/issues/50566 --- .../tests/ParallelForEachAsyncTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libraries/System.Threading.Tasks.Parallel/tests/ParallelForEachAsyncTests.cs b/src/libraries/System.Threading.Tasks.Parallel/tests/ParallelForEachAsyncTests.cs index 304f144bad054..ad523f5951b07 100644 --- a/src/libraries/System.Threading.Tasks.Parallel/tests/ParallelForEachAsyncTests.cs +++ b/src/libraries/System.Threading.Tasks.Parallel/tests/ParallelForEachAsyncTests.cs @@ -124,7 +124,6 @@ static IEnumerable IterateUntilSet(StrongBox box) [InlineData(2)] [InlineData(4)] [InlineData(128)] - [ActiveIssue("https://github.com/dotnet/runtime/issues/50566", TestPlatforms.Android)] public async Task Dop_WorkersCreatedRespectingLimitAndTaskScheduler_Sync(int dop) { static IEnumerable IterateUntilSet(StrongBox box)