|
|
@ -245,7 +245,10 @@ namespace SixLabors.ImageSharp.Tests.Memory.Allocators |
|
|
cleanup.Register(b1); |
|
|
cleanup.Register(b1); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
[Theory] |
|
|
public static readonly bool IsNotMacOS = !TestEnvironment.IsOSX; |
|
|
|
|
|
|
|
|
|
|
|
// TODO: Investigate MacOS failures
|
|
|
|
|
|
[ConditionalTheory(nameof(IsNotMacOS))] |
|
|
[InlineData(false)] |
|
|
[InlineData(false)] |
|
|
[InlineData(true)] |
|
|
[InlineData(true)] |
|
|
public void RentReturnRelease_SubsequentRentReturnsDifferentHandles(bool multiple) |
|
|
public void RentReturnRelease_SubsequentRentReturnsDifferentHandles(bool multiple) |
|
|
|