Skip to content

Commit

Permalink
attempt to re-enable RentReturnRelease_SubsequentRentReturnsDifferent…
Browse files Browse the repository at this point in the history
…Handles on Mac
  • Loading branch information
antonfirsov committed Jan 25, 2022
1 parent 168c01d commit bbbf687
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,7 @@ public void Rent_MultiBuff_BelowCapacity_Succeeds(int initialRent, int attempt,
cleanup.Register(b1);
}

public static readonly bool IsNotMacOS = !TestEnvironment.IsOSX;

// TODO: Investigate MacOS failures
[ConditionalTheory(nameof(IsNotMacOS))]
[Theory]
[InlineData(false)]
[InlineData(true)]
public void RentReturnRelease_SubsequentRentReturnsDifferentHandles(bool multiple)
Expand Down

0 comments on commit bbbf687

Please sign in to comment.