Disable BeginReceiveFrom_RemoteEpIsReturnedWhenCompletedSynchronously on catalyst...
authorAnton Firszov <Anton.Firszov@microsoft.com>
Mon, 26 Jul 2021 17:39:31 +0000 (19:39 +0200)
committerGitHub <noreply@github.com>
Mon, 26 Jul 2021 17:39:31 +0000 (19:39 +0200)
src/libraries/System.Net.Sockets/tests/FunctionalTests/ReceiveFrom.cs

index efac4a7..fbe9102 100644 (file)
@@ -310,6 +310,7 @@ namespace System.Net.Sockets.Tests
         }
 
         [Fact]
+        [ActiveIssue("https://github.com/dotnet/runtime/issues/54418", TestPlatforms.MacCatalyst)]
         public void BeginReceiveFrom_RemoteEpIsReturnedWhenCompletedSynchronously()
         {
             EndPoint anyEp = new IPEndPoint(IPAddress.Any, 0);