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:
parent
c94cacb534
commit
d606c60151
1 changed files with 0 additions and 1 deletions
|
@ -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) =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue