Browse Source

attempt to re-enable RentReturnRelease_SubsequentRentReturnsDifferentHandles on Mac

pull/1960/head
Anton Firszov 4 years ago
parent
commit
bbbf687477
  1. 5
      tests/ImageSharp.Tests/Memory/Allocators/UniformUnmanagedMemoryPoolTests.cs

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

@ -245,10 +245,7 @@ namespace SixLabors.ImageSharp.Tests.Memory.Allocators
cleanup.Register(b1); cleanup.Register(b1);
} }
public static readonly bool IsNotMacOS = !TestEnvironment.IsOSX; [Theory]
// 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)

Loading…
Cancel
Save