Skip to content

Commit b6319cd

Browse files
authored
[nodejs] add active issue (#83580)
1 parent 2cd6364 commit b6319cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public CancelTest(ITestOutputHelper output) : base(output) { }
3030

3131
[OuterLoop("Uses external servers", typeof(PlatformDetection), nameof(PlatformDetection.LocalEchoServerIsNotAvailable))]
3232
[ConditionalTheory(nameof(WebSocketsSupported)), MemberData(nameof(EchoServers))]
33+
[ActiveIssue("https://github.com/dotnet/runtime/issues/83579", typeof(PlatformDetection), nameof(PlatformDetection.IsNodeJS))]
3334
public async Task ConnectAsync_Cancel_ThrowsCancellationException(Uri server)
3435
{
3536
using (var cws = new ClientWebSocket())

0 commit comments

Comments
 (0)