Browse Source
Update tests/ImageSharp.Tests/Memory/Allocators/UniformUnmanagedMemoryPoolTests.Trim.cs
pull/2384/head
Stefan Nikolei
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
tests/ImageSharp.Tests/Memory/Allocators/UniformUnmanagedMemoryPoolTests.Trim.cs
|
|
|
@ -58,7 +58,6 @@ public partial class UniformUnmanagedMemoryPoolTests |
|
|
|
// TODO: Investigate failures on macOS. All handles are released after GC.
|
|
|
|
// (It seems to happen more consistently on .NET 6.)
|
|
|
|
[ConditionalFact(nameof(IsNotMacOS))] |
|
|
|
[Fact] |
|
|
|
public void MultiplePoolInstances_TrimPeriodElapsed_AllAreTrimmed() |
|
|
|
{ |
|
|
|
if (!TestEnvironment.RunsOnCI) |
|
|
|
|