File tree 1 file changed +2
-2
lines changed
src/Security/Authentication/test
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ public async Task VerifyClientCertWithUntrustedRootAndTrustedChainEndsUpInForbid
323
323
Assert . Equal ( HttpStatusCode . Forbidden , response . StatusCode ) ;
324
324
}
325
325
326
- [ Fact ]
326
+ [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/39669" ) ]
327
327
public async Task VerifyValidClientCertWithTrustedChainAuthenticates ( )
328
328
{
329
329
using var host = await CreateHost (
@@ -340,7 +340,7 @@ public async Task VerifyValidClientCertWithTrustedChainAuthenticates()
340
340
Assert . Equal ( HttpStatusCode . OK , response . StatusCode ) ;
341
341
}
342
342
343
- [ Fact ]
343
+ [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/39669" ) ]
344
344
public async Task VerifyValidClientCertWithAdditionalCertificatesAuthenticates ( )
345
345
{
346
346
using var host = await CreateHost (
You can’t perform that action at this time.
0 commit comments