From: Stephen Toub Date: Thu, 13 Jun 2019 02:19:37 +0000 (-0400) Subject: Disable Socket_SendReceiveAsync_PropagateToStream_Success test on Windows (dotnet... X-Git-Tag: submit/tizen/20210909.063632~11031^2~1308 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f4750abd546a159ca10edfb1a26ca86d70a34ebd;p=platform%2Fupstream%2Fdotnet%2Fruntime.git 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 --- 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)]