Skip to content

Commit 810c806

Browse files
Disable MemoryStream_SeekOverflow_Throws (#107298)
Co-authored-by: David Cantú <dacantu@microsoft.com>
1 parent af1b39a commit 810c806

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/libraries/System.Runtime/tests/System.IO.Tests/MemoryStream/MemoryStreamTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ from bufferContext in
104104
[MemberData(nameof(MemoryStream_PositionOverflow_Throws_MemberData))]
105105
[SkipOnPlatform(TestPlatforms.iOS | TestPlatforms.tvOS, "https://github.com/dotnet/runtime/issues/92467")]
106106
[ActiveIssue("https://github.com/dotnet/runtime/issues/100225", typeof(PlatformDetection), nameof(PlatformDetection.IsMonoRuntime), nameof(PlatformDetection.IsWindows), nameof(PlatformDetection.IsX64Process))]
107+
[ActiveIssue("https://github.com/dotnet/runtime/issues/100558", TestPlatforms.Linux)]
107108
public void MemoryStream_SeekOverflow_Throws(SeekMode mode, int bufferSize, int origin)
108109
{
109110
byte[] buffer = new byte[bufferSize];

0 commit comments

Comments
 (0)