Skip to content

Commit

Permalink
[nodejs] add active issue (#83580)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelsavara authored Mar 17, 2023
1 parent 2cd6364 commit b6319cd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public CancelTest(ITestOutputHelper output) : base(output) { }

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

0 comments on commit b6319cd

Please sign in to comment.