Browse Source

Add ActiveIssue attribute to AllocateSingleMemoryOwner_Finalization_ReturnsToPool

pull/1885/head
Brian Popow 4 years ago
parent
commit
94735822f5
  1. 3
      tests/ImageSharp.Tests/Memory/Allocators/UniformUnmanagedPoolMemoryAllocatorTests.cs

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

@ -1,4 +1,4 @@
// Copyright (c) Six Labors.
// Copyright (c) Six Labors.
// Licensed under the Apache License, Version 2.0.
using System;
@ -310,6 +310,7 @@ namespace SixLabors.ImageSharp.Tests.Memory.Allocators
}
}
[ActiveIssue("https://github.com/SixLabors/ImageSharp/issues/1887", TestPlatforms.OSX)]
[Theory]
[InlineData(300)] // Group of single SharedArrayPoolBuffer<T>
[InlineData(600)] // Group of single UniformUnmanagedMemoryPool buffer

Loading…
Cancel
Save