From bbbf687477a66843219552b445562688ee843f9b Mon Sep 17 00:00:00 2001 From: Anton Firszov Date: Wed, 26 Jan 2022 00:22:11 +0100 Subject: [PATCH] attempt to re-enable RentReturnRelease_SubsequentRentReturnsDifferentHandles on Mac --- .../Memory/Allocators/UniformUnmanagedMemoryPoolTests.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/ImageSharp.Tests/Memory/Allocators/UniformUnmanagedMemoryPoolTests.cs b/tests/ImageSharp.Tests/Memory/Allocators/UniformUnmanagedMemoryPoolTests.cs index 7d98eff611..4ab2c93a52 100644 --- a/tests/ImageSharp.Tests/Memory/Allocators/UniformUnmanagedMemoryPoolTests.cs +++ b/tests/ImageSharp.Tests/Memory/Allocators/UniformUnmanagedMemoryPoolTests.cs @@ -245,10 +245,7 @@ public void Rent_MultiBuff_BelowCapacity_Succeeds(int initialRent, int attempt, cleanup.Register(b1); } - public static readonly bool IsNotMacOS = !TestEnvironment.IsOSX; - - // TODO: Investigate MacOS failures - [ConditionalTheory(nameof(IsNotMacOS))] + [Theory] [InlineData(false)] [InlineData(true)] public void RentReturnRelease_SubsequentRentReturnsDifferentHandles(bool multiple)