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 4d49539 commit ed53f55Copy full SHA for ed53f55
src/libraries/System.Runtime/tests/System.Buffers.Tests/ArrayPool/UnitTests.cs
@@ -82,7 +82,7 @@ public static void RentingWithInvalidLengthThrows(ArrayPool<byte> pool)
82
AssertExtensions.Throws<ArgumentOutOfRangeException>("minimumLength", () => pool.Rent(-1));
83
}
84
85
- [Fact]
+ [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsNotBrowser))]
86
public static void RentingGiganticArraySucceedsOrOOMs()
87
{
88
try
0 commit comments