Skip to content

Commit

Permalink
Disable AllItemsEnumeratedOnce_For test on s390x
Browse files Browse the repository at this point in the history
It is currently hanging in CI: #101380
  • Loading branch information
akoeplinger authored Apr 22, 2024
1 parent ec0a1e7 commit bddc0ea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ await Parallel.ForEachAsync(EnumerableRangeAsync(0, 0), (item, cancellationToken
[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 bddc0ea

Please sign in to comment.