File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Security/Authentication/test Expand file tree Collapse file tree 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
323323 Assert . Equal ( HttpStatusCode . Forbidden , response . StatusCode ) ;
324324 }
325325
326- [ Fact ]
326+ [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/39669" ) ]
327327 public async Task VerifyValidClientCertWithTrustedChainAuthenticates ( )
328328 {
329329 using var host = await CreateHost (
@@ -340,7 +340,7 @@ public async Task VerifyValidClientCertWithTrustedChainAuthenticates()
340340 Assert . Equal ( HttpStatusCode . OK , response . StatusCode ) ;
341341 }
342342
343- [ Fact ]
343+ [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/39669" ) ]
344344 public async Task VerifyValidClientCertWithAdditionalCertificatesAuthenticates ( )
345345 {
346346 using var host = await CreateHost (
You can’t perform that action at this time.
0 commit comments