Skip to content

Commit

Permalink
Enable ReceiveAsync_Cancel_Success test (#105995)
Browse files Browse the repository at this point in the history
  • Loading branch information
liveans committed Aug 6, 2024
1 parent c94cacb commit d606c60
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ await TestCancellation((cws) =>

[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) =>
Expand Down

0 comments on commit d606c60

Please sign in to comment.