Skip flaky clientcert test in Kestrel (#8112)
related #7265 flaked out in https://github.com/aspnet/AspNetCore/pull/7987
This commit is contained in:
parent
93b195e566
commit
6e8a9f6d6a
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue