Browse Source

Disable MemoryAllocator_Create_LimitPoolSize on OSX

af/UniformUnmanagedMemoryPoolMemoryAllocator-02-MemoryGuards
Anton Firszov 5 years ago
parent
commit
71867675ba
  1. 1
      tests/ImageSharp.Tests/Memory/Allocators/UniformUnmanagedPoolMemoryAllocatorTests.cs

1
tests/ImageSharp.Tests/Memory/Allocators/UniformUnmanagedPoolMemoryAllocatorTests.cs

@ -164,6 +164,7 @@ namespace SixLabors.ImageSharp.Tests.Memory.Allocators
}
[Fact]
[PlatformSpecific(~TestPlatforms.OSX)] // TODO: Investigate OSX failure
public void MemoryAllocator_Create_LimitPoolSize()
{
RemoteExecutor.Invoke(RunTest).Dispose();

Loading…
Cancel
Save