Skip to content

Commit

Permalink
[node] unblock WS tests (#83518)
Browse files Browse the repository at this point in the history
* active issue #83517
Co-authored-by: Marek Fišera <[email protected]>
  • Loading branch information
pavelsavara authored Mar 16, 2023
1 parent 258b44f commit 751bdcf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ public async Task SendAsync_MultipleOutstandingSendOperations_Throws(Uri server)
[OuterLoop("Uses external servers", typeof(PlatformDetection), nameof(PlatformDetection.LocalEchoServerIsNotAvailable))]
[ConditionalTheory(nameof(WebSocketsSupported)), MemberData(nameof(EchoServers))]
// This will also pass when no exception is thrown. Current implementation doesn't throw.
[ActiveIssue("https://github.com/dotnet/runtime/issues/83517", typeof(PlatformDetection), nameof(PlatformDetection.IsNodeJS))]
public async Task ReceiveAsync_MultipleOutstandingReceiveOperations_Throws(Uri server)
{
using (ClientWebSocket cws = await GetConnectedWebSocket(server, TimeOutMilliseconds, _output))
Expand Down

0 comments on commit 751bdcf

Please sign in to comment.