Disable failing wasm test SendReceive_VaryingLengthBuffers_Success (#56293)
authorPavel Savara <pavelsavara@microsoft.com>
Mon, 26 Jul 2021 13:02:49 +0000 (15:02 +0200)
committerGitHub <noreply@github.com>
Mon, 26 Jul 2021 13:02:49 +0000 (15:02 +0200)
src/libraries/System.Net.WebSockets.Client/tests/SendReceiveTest.cs

index 6266f01..f5d86df 100644 (file)
@@ -320,6 +320,7 @@ namespace System.Net.WebSockets.Client.Tests
 
         [OuterLoop("Uses external servers", typeof(PlatformDetection), nameof(PlatformDetection.LocalEchoServerIsNotAvailable))]
         [ConditionalTheory(nameof(WebSocketsSupported)), MemberData(nameof(EchoServers))]
+        [ActiveIssue("https://github.com/dotnet/runtime/issues/53957", TestPlatforms.Browser)]
         public async Task SendReceive_VaryingLengthBuffers_Success(Uri server)
         {
             using (ClientWebSocket cws = await WebSocketHelper.GetConnectedWebSocket(server, TimeOutMilliseconds, _output))