Skip to content

Commit

Permalink
Reenable disabled test on s390x in ParallelForEachAsyncTests.cs (#101527
Browse files Browse the repository at this point in the history
)
  • Loading branch information
akoeplinger committed Apr 26, 2024
1 parent 0f508f2 commit be49b32
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,6 @@ public async Task EmptySource_Async()
[ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))]
[InlineData(false)]
[InlineData(true)]
[ActiveIssue("https://github.com/dotnet/runtime/issues/101380", typeof(PlatformDetection), nameof(PlatformDetection.IsS390xProcess))]
public async Task AllItemsEnumeratedOnce_For(bool yield)
{
await Test<int>(yield);
Expand Down

0 comments on commit be49b32

Please sign in to comment.