We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 798da0c commit af86947Copy full SHA for af86947
src/libraries/System.Net.Sockets/tests/FunctionalTests/SendReceive/SendReceive.cs
@@ -479,7 +479,7 @@ public async Task SendRecv_Stream_TCP_MultipleConcurrentSends(IPAddress listenAt
479
}
480
481
[OuterLoop]
482
- [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsNotWindows8x))]
+ [Theory]
483
[MemberData(nameof(LoopbacksAndBuffers))]
484
public async Task SendRecvPollSync_TcpListener_Socket(IPAddress listenAt, bool pollBeforeOperation)
485
{
0 commit comments