Skip to content

Commit 7147082

Browse files
Disable HandleCollectionsAsync for OSX x64 (#67662)
1 parent c79c8e1 commit 7147082

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libraries/System.Text.Json/tests/System.Text.Json.Tests/Serialization/Stream.Collections.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public class Witness<T> { }
2121
[Theory]
2222
[ActiveIssue("https://github.com/dotnet/runtime/issues/35927", typeof(PlatformDetection), nameof(PlatformDetection.IsMonoInterpreter))]
2323
[ActiveIssue("https://github.com/dotnet/runtime/issues/35927", TestPlatforms.Browser)]
24+
[ActiveIssue("https://github.com/dotnet/runtime/issues/59678", typeof(PlatformDetection), nameof(PlatformDetection.IsOSX), nameof(PlatformDetection.IsX64Process))]
2425
[MemberData(nameof(GetTestedCollectionData))]
2526
public async Task HandleCollectionsAsync<TCollection, TElement>(TCollection collection, int bufferSize, Witness<TElement> elementType)
2627
{

0 commit comments

Comments
 (0)