From f4750abd546a159ca10edfb1a26ca86d70a34ebd Mon Sep 17 00:00:00 2001 From: Stephen Toub Date: Wed, 12 Jun 2019 22:19:37 -0400 Subject: [PATCH] Disable Socket_SendReceiveAsync_PropagateToStream_Success test on Windows (dotnet/corefx#38496) It's hanging sporadically in CI. Commit migrated from https://github.com/dotnet/corefx/commit/4d1a20fedc6d99c3dd9192359cad07b19def5cb9 --- .../tests/FunctionalTests/UnixDomainSocketTest.netcoreapp.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/System.Net.Sockets/tests/FunctionalTests/UnixDomainSocketTest.netcoreapp.cs b/src/libraries/System.Net.Sockets/tests/FunctionalTests/UnixDomainSocketTest.netcoreapp.cs index 23fa304..db2e5b3 100644 --- a/src/libraries/System.Net.Sockets/tests/FunctionalTests/UnixDomainSocketTest.netcoreapp.cs +++ b/src/libraries/System.Net.Sockets/tests/FunctionalTests/UnixDomainSocketTest.netcoreapp.cs @@ -179,6 +179,7 @@ namespace System.Net.Sockets.Tests } } + [ActiveIssue(29742, TestPlatforms.Windows)] [ConditionalTheory(nameof(PlatformSupportsUnixDomainSockets))] [InlineData(5000, 1, 1)] [InlineData(500, 18, 21)] -- 2.7.4