From e075ae9b13a83dd4c05c554e341166f23156e5f9 Mon Sep 17 00:00:00 2001 From: Cesar Blum Silveira Date: Tue, 10 Jan 2017 10:26:15 -0800 Subject: [PATCH] Revert "Disable tests on SSL due to SslStream issue." This reverts commit 9e729bec9da89c41ba520d283f2ad2052a7c3232. --- .../AutobahnTests.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/Microsoft.AspNetCore.WebSockets.ConformanceTest/AutobahnTests.cs b/test/Microsoft.AspNetCore.WebSockets.ConformanceTest/AutobahnTests.cs index 28a111d5c2..0562b81c2d 100644 --- a/test/Microsoft.AspNetCore.WebSockets.ConformanceTest/AutobahnTests.cs +++ b/test/Microsoft.AspNetCore.WebSockets.ConformanceTest/AutobahnTests.cs @@ -56,8 +56,7 @@ namespace Microsoft.AspNetCore.WebSockets.ConformanceTest // Windows-only IIS tests, and Kestrel SSL tests (due to: https://github.com/aspnet/WebSockets/issues/102) if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) { - // Disabled due to https://github.com/dotnet/corefx/issues/14698 - //await tester.DeployTestAndAddToSpec(ServerType.Kestrel, ssl: true, environment: "ManagedSockets", cancellationToken: cts.Token); + await tester.DeployTestAndAddToSpec(ServerType.Kestrel, ssl: true, environment: "ManagedSockets", cancellationToken: cts.Token); if (IsWindows8OrHigher()) {