Skip to content

Commit bbbf687

Browse files
committed
attempt to re-enable RentReturnRelease_SubsequentRentReturnsDifferentHandles on Mac
1 parent 168c01d commit bbbf687

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/ImageSharp.Tests/Memory/Allocators/UniformUnmanagedMemoryPoolTests.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,10 +245,7 @@ public void Rent_MultiBuff_BelowCapacity_Succeeds(int initialRent, int attempt,
245245
cleanup.Register(b1);
246246
}
247247

248-
public static readonly bool IsNotMacOS = !TestEnvironment.IsOSX;
249-
250-
// TODO: Investigate MacOS failures
251-
[ConditionalTheory(nameof(IsNotMacOS))]
248+
[Theory]
252249
[InlineData(false)]
253250
[InlineData(true)]
254251
public void RentReturnRelease_SubsequentRentReturnsDifferentHandles(bool multiple)

0 commit comments

Comments
 (0)