Skip to content

Commit 26d3ba3

Browse files
authored
Skip failing cert tests for now (#39670)
1 parent 4893e3f commit 26d3ba3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Security/Authentication/test/CertificateTests.cs

+2-2
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)