Revert "Disable tests on SSL due to SslStream issue."
This reverts commit 9e729bec9d.
This commit is contained in:
parent
eb24a9761a
commit
e075ae9b13
|
|
@ -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)
|
// Windows-only IIS tests, and Kestrel SSL tests (due to: https://github.com/aspnet/WebSockets/issues/102)
|
||||||
if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
|
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())
|
if (IsWindows8OrHigher())
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue