Skip to content

Commit be49b32

Browse files
authored
Reenable disabled test on s390x in ParallelForEachAsyncTests.cs (#101527)
1 parent 0f508f2 commit be49b32

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)