1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-10 18:11:04 +09:00

Enable ReceiveAsync_Cancel_Success test (#105995)

This commit is contained in:
Ahmet Ibrahim Aksoy 2024-08-06 11:07:43 +02:00 committed by GitHub
parent c94cacb534
commit d606c60151
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -62,7 +62,6 @@ namespace System.Net.WebSockets.Client.Tests
[OuterLoop("Uses external servers", typeof(PlatformDetection), nameof(PlatformDetection.LocalEchoServerIsNotAvailable))]
[ConditionalTheory(nameof(WebSocketsSupported)), MemberData(nameof(EchoServers))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/19217")]
public async Task ReceiveAsync_Cancel_Success(Uri server)
{
await TestCancellation(async (cws) =>