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 c94cacb commit d606c60Copy full SHA for d606c60
src/libraries/System.Net.WebSockets.Client/tests/CancelTest.cs
@@ -62,7 +62,6 @@ await TestCancellation((cws) =>
62
63
[OuterLoop("Uses external servers", typeof(PlatformDetection), nameof(PlatformDetection.LocalEchoServerIsNotAvailable))]
64
[ConditionalTheory(nameof(WebSocketsSupported)), MemberData(nameof(EchoServers))]
65
- [ActiveIssue("https://github.com/dotnet/runtime/issues/19217")]
66
public async Task ReceiveAsync_Cancel_Success(Uri server)
67
{
68
await TestCancellation(async (cws) =>
0 commit comments