Skip to content

Commit e93a7dc

Browse files
akoeplingermichaelgsharp
authored andcommitted
Reenable disabled test on s390x in ParallelForEachAsyncTests.cs (dotnet#101527)
1 parent 1a838dc commit e93a7dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libraries/System.Threading.Tasks.Parallel/tests/ParallelForEachAsyncTests.cs

-1
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,6 @@ await Parallel.ForEachAsync(EnumerableRangeAsync(0, 0), (item, cancellationToken
459459
[ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))]
460460
[InlineData(false)]
461461
[InlineData(true)]
462-
[ActiveIssue("https://github.com/dotnet/runtime/issues/101380", typeof(PlatformDetection), nameof(PlatformDetection.IsS390xProcess))]
463462
public async Task AllItemsEnumeratedOnce_For(bool yield)
464463
{
465464
await Test<int>(yield);

0 commit comments

Comments
 (0)