Skip to content

Commit

Permalink
Disable MemoryStream_SeekOverflow_Throws on apple mobile (dotnet#93110)
Browse files Browse the repository at this point in the history
  • Loading branch information
kotlarmilos authored Oct 6, 2023
1 parent 9105586 commit 7b08680
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ from bufferContext in

[ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.Is64BitProcess))]
[MemberData(nameof(MemoryStream_PositionOverflow_Throws_MemberData))]
[SkipOnPlatform(TestPlatforms.iOS | TestPlatforms.tvOS, "https://github.com/dotnet/runtime/issues/92467")]
public void MemoryStream_SeekOverflow_Throws(SeekMode mode, int bufferSize, int origin)
{
byte[] buffer = new byte[bufferSize];
Expand Down

0 comments on commit 7b08680

Please sign in to comment.