Skip to content

Commit

Permalink
Disable BeginReceiveFrom_RemoteEpIsReturnedWhenCompletedSynchronously…
Browse files Browse the repository at this point in the history
… on catalyst (#56304)
  • Loading branch information
antonfirsov committed Jul 26, 2021
1 parent eec3122 commit a2235e7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ public void EndReceiveFrom_AddressFamilyDoesNotMatch_Throws_ArgumentException()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/54418", TestPlatforms.MacCatalyst)]
public void BeginReceiveFrom_RemoteEpIsReturnedWhenCompletedSynchronously()
{
EndPoint anyEp = new IPEndPoint(IPAddress.Any, 0);
Expand Down

0 comments on commit a2235e7

Please sign in to comment.