disable SendToRecvFrom_Datagram_UDP aagin. (dotnet/corefx#35920)
authorTomas Weinfurt <tweinfurt@yahoo.com>
Sun, 10 Mar 2019 09:56:10 +0000 (01:56 -0800)
committerViktor Hofer <viktor.hofer@microsoft.com>
Sun, 10 Mar 2019 09:56:10 +0000 (10:56 +0100)
Commit migrated from https://github.com/dotnet/corefx/commit/0dbce2be7aa2fe6d4c82b91e9cab677c6289ace1

src/libraries/System.Net.Sockets/tests/FunctionalTests/SendReceive.cs

index 5064d57..e6bdd33 100644 (file)
@@ -43,6 +43,7 @@ namespace System.Net.Sockets.Tests
             }
         }
 
+        [ActiveIssue(16945)]
         [OuterLoop] // TODO: Issue #11345
         [Theory]
         [MemberData(nameof(Loopbacks))]