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 @@ -330,7 +330,7 @@ public async Task VerifyClientCertWithUntrustedRootAndTrustedChainEndsUpInForbid
330330 Assert . Equal ( HttpStatusCode . Forbidden , response . StatusCode ) ;
331331 }
332332
333- [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/39669" ) ]
333+ [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/39669" ) ]
334334 public async Task VerifyValidClientCertWithTrustedChainAuthenticates ( )
335335 {
336336 using var host = await CreateHost (
@@ -347,7 +347,7 @@ public async Task VerifyValidClientCertWithTrustedChainAuthenticates()
347347 Assert . Equal ( HttpStatusCode . OK , response . StatusCode ) ;
348348 }
349349
350- [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/39669" ) ]
350+ [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/39669" ) ]
351351 public async Task VerifyValidClientCertWithAdditionalCertificatesAuthenticates ( )
352352 {
353353 using var host = await CreateHost (
You can’t perform that action at this time.
0 commit comments