Skip to content

Commit

Permalink
Disable HandleCollectionsAsync for OSX x64 (#67662)
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriktsarpalis committed Apr 6, 2022
1 parent c79c8e1 commit 7147082
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public class Witness<T> { }
[Theory]
[ActiveIssue("https://github.com/dotnet/runtime/issues/35927", typeof(PlatformDetection), nameof(PlatformDetection.IsMonoInterpreter))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/35927", TestPlatforms.Browser)]
[ActiveIssue("https://github.com/dotnet/runtime/issues/59678", typeof(PlatformDetection), nameof(PlatformDetection.IsOSX), nameof(PlatformDetection.IsX64Process))]
[MemberData(nameof(GetTestedCollectionData))]
public async Task HandleCollectionsAsync<TCollection, TElement>(TCollection collection, int bufferSize, Witness<TElement> elementType)
{
Expand Down

0 comments on commit 7147082

Please sign in to comment.