From ff0e6390c53b10b8856ffa6b941b31a80bb3d237 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Tue, 8 Oct 2019 18:12:37 +0200 Subject: [PATCH] Disable UnixDomainSock ConcurrentSendReceive test Commit migrated from https://github.com/dotnet/corefx/commit/3f2b7a06a585e26fffd20cbe0984177b092198d7 --- .../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 2186f7b..bf7c331 100644 --- a/src/libraries/System.Net.Sockets/tests/FunctionalTests/UnixDomainSocketTest.netcoreapp.cs +++ b/src/libraries/System.Net.Sockets/tests/FunctionalTests/UnixDomainSocketTest.netcoreapp.cs @@ -243,6 +243,7 @@ namespace System.Net.Sockets.Tests } [ConditionalTheory(nameof(PlatformSupportsUnixDomainSockets))] + [ActiveIssue(29742, TestPlatforms.Windows)] [InlineData(false)] [InlineData(true)] public async Task ConcurrentSendReceive(bool forceNonBlocking) -- 2.7.4