Skip to content

Commit

Permalink
attempt to re-enable MultiplePoolInstances_TrimPeriodElapsed_AllAreTr…
Browse files Browse the repository at this point in the history
…immed on Mac
  • Loading branch information
antonfirsov committed Dec 4, 2021
1 parent 90316a1 commit 7eaa5ee
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,7 @@ public class NonParallelCollection
[Collection(nameof(NonParallelCollection))]
public class NonParallel
{
public static readonly bool IsNotMacOs = !TestEnvironment.IsOSX;

// 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()
{
RemoteExecutor.Invoke(RunTest).Dispose();
Expand Down

0 comments on commit 7eaa5ee

Please sign in to comment.