Skip to content

Commit

Permalink
Disable MemoryStream_SeekOverflow_Throws (#107163)
Browse files Browse the repository at this point in the history
  • Loading branch information
jozkee committed Aug 30, 2024
1 parent 2a552ab commit c2efebf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ from bufferContext in
[MemberData(nameof(MemoryStream_PositionOverflow_Throws_MemberData))]
[SkipOnPlatform(TestPlatforms.iOS | TestPlatforms.tvOS, "https://github.com/dotnet/runtime/issues/92467")]
[ActiveIssue("https://github.com/dotnet/runtime/issues/100225", typeof(PlatformDetection), nameof(PlatformDetection.IsMonoRuntime), nameof(PlatformDetection.IsWindows), nameof(PlatformDetection.IsX64Process))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/100558", TestPlatforms.Linux)]
public void MemoryStream_SeekOverflow_Throws(SeekMode mode, int bufferSize, int origin)
{
byte[] buffer = new byte[bufferSize];
Expand Down

0 comments on commit c2efebf

Please sign in to comment.