Disable Socket_SendReceiveAsync_PropagateToStream_Success test on Windows (dotnet...
authorStephen Toub <stoub@microsoft.com>
Thu, 13 Jun 2019 02:19:37 +0000 (22:19 -0400)
committerGitHub <noreply@github.com>
Thu, 13 Jun 2019 02:19:37 +0000 (22:19 -0400)
It's hanging sporadically in CI.

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

src/libraries/System.Net.Sockets/tests/FunctionalTests/UnixDomainSocketTest.netcoreapp.cs

index 23fa304..db2e5b3 100644 (file)
@@ -179,6 +179,7 @@ namespace System.Net.Sockets.Tests
             }
         }
 
+        [ActiveIssue(29742, TestPlatforms.Windows)]
         [ConditionalTheory(nameof(PlatformSupportsUnixDomainSockets))]
         [InlineData(5000, 1, 1)]
         [InlineData(500, 18, 21)]