Disable asserting HttpListener web socket test (dotnet/corefx#36964)
authorStephen Toub <stoub@microsoft.com>
Wed, 17 Apr 2019 15:15:40 +0000 (11:15 -0400)
committerGitHub <noreply@github.com>
Wed, 17 Apr 2019 15:15:40 +0000 (11:15 -0400)
Commit migrated from https://github.com/dotnet/corefx/commit/18cd561127e35841db2775dc7a85adad70363e18

src/libraries/System.Net.HttpListener/tests/HttpListenerWebSocketTests.cs

index 456bac5..f5b7dd2 100644 (file)
@@ -172,6 +172,7 @@ namespace System.Net.Tests
             yield return new object[] { WebSocketCloseStatus.MandatoryExtension, "StatusDescription", WebSocketCloseStatus.MandatoryExtension };
         }
 
+        [ActiveIssue(36963)]
         [ConditionalTheory(nameof(IsNotWindows7AndIsWindowsImplementation))] // [ActiveIssue(20396, TestPlatforms.AnyUnix)]
         [MemberData(nameof(CloseStatus_Valid_TestData))]
         public async Task CloseOutputAsync_HandshakeStartedFromClient_Success(WebSocketCloseStatus status, string statusDescription, WebSocketCloseStatus expectedCloseStatus)