Disable UnixDomainSock ConcurrentSendReceive test
authorViktor Hofer <viktor.hofer@microsoft.com>
Tue, 8 Oct 2019 16:12:37 +0000 (18:12 +0200)
committerGitHub <noreply@github.com>
Tue, 8 Oct 2019 16:12:37 +0000 (18:12 +0200)
Commit migrated from https://github.com/dotnet/corefx/commit/3f2b7a06a585e26fffd20cbe0984177b092198d7

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

index 2186f7b..bf7c331 100644 (file)
@@ -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)