Skip to content

Commit d606c60

Browse files
authored
Enable ReceiveAsync_Cancel_Success test (#105995)
1 parent c94cacb commit d606c60

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libraries/System.Net.WebSockets.Client/tests/CancelTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ await TestCancellation((cws) =>
6262

6363
[OuterLoop("Uses external servers", typeof(PlatformDetection), nameof(PlatformDetection.LocalEchoServerIsNotAvailable))]
6464
[ConditionalTheory(nameof(WebSocketsSupported)), MemberData(nameof(EchoServers))]
65-
[ActiveIssue("https://github.com/dotnet/runtime/issues/19217")]
6665
public async Task ReceiveAsync_Cancel_Success(Uri server)
6766
{
6867
await TestCancellation(async (cws) =>

0 commit comments

Comments
 (0)