We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6f52bc commit d008c6fCopy full SHA for d008c6f
src/libraries/System.IO/tests/BinaryWriter/BinaryWriter.EncodingTests.cs
@@ -192,7 +192,7 @@ public void WriteString_NotUtf8(int stringLengthInChars)
192
}
193
194
[OuterLoop("Allocates a lot of memory")]
195
- [Fact]
+ [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.Is64BitProcess))]
196
[SkipOnPlatform(TestPlatforms.Android, "OOM on Android could be uncatchable & kill the test runner")]
197
public unsafe void WriteChars_VeryLargeArray_DoesNotOverflow()
198
{
0 commit comments