We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b195e commit 6e8a9f6Copy full SHA for 6e8a9f6
src/Servers/Kestrel/test/InMemory.FunctionalTests/HttpsConnectionAdapterTests.cs
@@ -458,7 +458,7 @@ public async Task DoesNotSupportTls10()
458
}
459
460
461
- [Theory]
+ [Theory(Skip = "https://github.com/aspnet/AspNetCore/issues/7265")]
462
[InlineData(ClientCertificateMode.AllowCertificate)]
463
[InlineData(ClientCertificateMode.RequireCertificate)]
464
public async Task ClientCertificateValidationGetsCalledWithNotNullParameters(ClientCertificateMode mode)
0 commit comments