Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Commit 6a40315

Browse files
author
Cesar Blum Silveira
committed
Skip HttpsConnectionFilterTests.ClientCertificateValidationGetsCalledWithNotNullParameters.
1 parent f2e5937 commit 6a40315

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/Microsoft.AspNetCore.Server.KestrelTests/HttpsConnectionFilterTests.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
using Microsoft.AspNetCore.Server.Kestrel.Https;
1818
using Microsoft.AspNetCore.Server.Kestrel.Internal.Infrastructure;
1919
using Microsoft.AspNetCore.Testing;
20+
using Microsoft.AspNetCore.Testing.xunit;
2021
using Microsoft.Extensions.Internal;
2122
using Microsoft.Extensions.Logging;
2223
using Moq;
@@ -210,7 +211,9 @@ public async Task DoesNotSupportTls10()
210211
}
211212
}
212213

213-
[Theory]
214+
[ConditionalTheory]
215+
[OSSkipCondition(OperatingSystems.Linux, SkipReason = "Test leaks memory blocks due to WriteAsync() hang on SslStream (https://github.com/dotnet/corefx/issues/13369).")]
216+
[OSSkipCondition(OperatingSystems.MacOSX, SkipReason = "Test leaks memory blocks due to WriteAsync() hang on SslStream (https://github.com/dotnet/corefx/issues/13369).")]
214217
[InlineData(ClientCertificateMode.AllowCertificate)]
215218
[InlineData(ClientCertificateMode.RequireCertificate)]
216219
public async Task ClientCertificateValidationGetsCalledWithNotNullParameters(ClientCertificateMode mode)

0 commit comments

Comments
 (0)