Disable sockets test always failing on Desktop
authorDavid Shulman <david.shulman@microsoft.com>
Fri, 8 Sep 2017 20:42:59 +0000 (13:42 -0700)
committerDavid Shulman <david.shulman@microsoft.com>
Fri, 8 Sep 2017 20:42:59 +0000 (13:42 -0700)
System.Net.Sockets.Tests.AcceptTask
Accept_WithTargetSocket_ReuseAfterDisconnect_Success

"System.InvalidOperationException : acceptSocket: The socket must not be
bound or connected."

dotnet/corefx#22808

Commit migrated from https://github.com/dotnet/corefx/commit/f42ac6027ce087766cc69fd9f8b053a0737a9b5a

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

index c558af1..270b355 100644 (file)
@@ -176,6 +176,7 @@ namespace System.Net.Sockets.Tests
             }
         }
 
+        [ActiveIssue(22808, TargetFrameworkMonikers.NetFramework)]
         [ActiveIssue(17209, TestPlatforms.AnyUnix)]
         [OuterLoop] // TODO: Issue #11345
         [Theory]