Enable SendRecvPollSync_TcpListener_Socket Test (#79145)
authorAhmet Ibrahim AKSOY <aaksoy@microsoft.com>
Fri, 16 Dec 2022 15:18:59 +0000 (16:18 +0100)
committerGitHub <noreply@github.com>
Fri, 16 Dec 2022 15:18:59 +0000 (16:18 +0100)
src/libraries/System.Net.Sockets/tests/FunctionalTests/SendReceive/SendReceive.cs

index a71f4d5..b94fe8c 100644 (file)
@@ -479,7 +479,7 @@ namespace System.Net.Sockets.Tests
         }
 
         [OuterLoop]
-        [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsNotWindows8x))]
+        [Theory]
         [MemberData(nameof(LoopbacksAndBuffers))]
         public async Task SendRecvPollSync_TcpListener_Socket(IPAddress listenAt, bool pollBeforeOperation)
         {