Skip to content

Commit

Permalink
[Android] Enable Dop_WorkersCreatedRespectingLimitAndTaskScheduler_Sy…
Browse files Browse the repository at this point in the history
…nc test

Fixes dotnet#50566
  • Loading branch information
Steve Pfister committed Aug 5, 2022
1 parent 916f1ad commit 064ca06
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ static IEnumerable<int> IterateUntilSet(StrongBox<bool> 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<int> IterateUntilSet(StrongBox<bool> box)
Expand Down

0 comments on commit 064ca06

Please sign in to comment.