Skip flaky clientcert test in Kestrel (#8112)

related #7265

flaked out in https://github.com/aspnet/AspNetCore/pull/7987
This commit is contained in:
Andrew Stanton-Nurse 2019-03-01 18:37:23 -08:00 committed by GitHub
parent 93b195e566
commit 6e8a9f6d6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -458,7 +458,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.InMemory.FunctionalTests
}
}
[Theory]
[Theory(Skip = "https://github.com/aspnet/AspNetCore/issues/7265")]
[InlineData(ClientCertificateMode.AllowCertificate)]
[InlineData(ClientCertificateMode.RequireCertificate)]
public async Task ClientCertificateValidationGetsCalledWithNotNullParameters(ClientCertificateMode mode)