Skip to content

Commit

Permalink
Enable SendRecvPollSync_TcpListener_Socket Test (#79145)
Browse files Browse the repository at this point in the history
  • Loading branch information
liveans authored Dec 16, 2022
1 parent 798da0c commit af86947
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ public async Task SendRecv_Stream_TCP_MultipleConcurrentSends(IPAddress listenAt
}

[OuterLoop]
[ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsNotWindows8x))]
[Theory]
[MemberData(nameof(LoopbacksAndBuffers))]
public async Task SendRecvPollSync_TcpListener_Socket(IPAddress listenAt, bool pollBeforeOperation)
{
Expand Down

0 comments on commit af86947

Please sign in to comment.