Skip to content

Commit c2efebf

Browse files
authored
Disable MemoryStream_SeekOverflow_Throws (#107163)
1 parent 2a552ab commit c2efebf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)