@ -236,7 +236,10 @@ namespace SixLabors.ImageSharp.Tests.Memory.Allocators
}
[Theory]
public static bool IsNotMacOS => !TestEnvironment.IsOSX;
// TODO: This doesn't seem to work on MacOS. Open an issue & investigate.
[ConditionalTheory(nameof(IsNotMacOS))]
[InlineData(300)]
[InlineData(600)]
[InlineData(1200)]