Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Oct 13, 2022
1 parent 141777e commit cfcc8ea
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ public async Task AcceptAsync_UnbindAfterCall_CleanExitAndLog()
Assert.Contains(LogMessages, m => m.EventId.Name == "ConnectionListenerAborted");
}

[Fact]
[ConditionalFact]
[OSSkipCondition(OperatingSystems.Linux | OperatingSystems.MacOSX, SkipReason = "Non-OS implementations use UDS with an unlimited accept limit.")]
public async Task AcceptAsync_HitBacklogLimit_ClientConnectionsSuccessfullyAccepted()
{
// Arrange
Expand Down

0 comments on commit cfcc8ea

Please sign in to comment.