Skip to content

Commit af86947

Browse files
authored
Enable SendRecvPollSync_TcpListener_Socket Test (#79145)
1 parent 798da0c commit af86947

File tree

1 file changed

+1
-1
lines changed
  • src/libraries/System.Net.Sockets/tests/FunctionalTests/SendReceive

1 file changed

+1
-1
lines changed

src/libraries/System.Net.Sockets/tests/FunctionalTests/SendReceive/SendReceive.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ public async Task SendRecv_Stream_TCP_MultipleConcurrentSends(IPAddress listenAt
479479
}
480480

481481
[OuterLoop]
482-
[ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsNotWindows8x))]
482+
[Theory]
483483
[MemberData(nameof(LoopbacksAndBuffers))]
484484
public async Task SendRecvPollSync_TcpListener_Socket(IPAddress listenAt, bool pollBeforeOperation)
485485
{

0 commit comments

Comments
 (0)