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 2cd6364 commit b6319cdCopy full SHA for b6319cd
src/libraries/System.Net.WebSockets.Client/tests/CancelTest.cs
@@ -30,6 +30,7 @@ public CancelTest(ITestOutputHelper output) : base(output) { }
30
31
[OuterLoop("Uses external servers", typeof(PlatformDetection), nameof(PlatformDetection.LocalEchoServerIsNotAvailable))]
32
[ConditionalTheory(nameof(WebSocketsSupported)), MemberData(nameof(EchoServers))]
33
+ [ActiveIssue("https://github.com/dotnet/runtime/issues/83579", typeof(PlatformDetection), nameof(PlatformDetection.IsNodeJS))]
34
public async Task ConnectAsync_Cancel_ThrowsCancellationException(Uri server)
35
{
36
using (var cws = new ClientWebSocket())
0 commit comments