Skip to content
代码片段 群组 项目
提交 d106f4e4 编辑于 作者: Hao Kung's avatar Hao Kung 提交者: Will Godbe
浏览文件

Fix spacing

上级 73a9132a
No related branches found
No related tags found
无相关合并请求
...@@ -330,7 +330,7 @@ namespace Microsoft.AspNetCore.Authentication.Certificate.Test ...@@ -330,7 +330,7 @@ namespace Microsoft.AspNetCore.Authentication.Certificate.Test
Assert.Equal(HttpStatusCode.Forbidden, response.StatusCode); Assert.Equal(HttpStatusCode.Forbidden, response.StatusCode);
} }
[Fact(Skip = "https://github.com/dotnet/aspnetcore/issues/39669")] [Fact(Skip = "https://github.com/dotnet/aspnetcore/issues/39669")]
public async Task VerifyValidClientCertWithTrustedChainAuthenticates() public async Task VerifyValidClientCertWithTrustedChainAuthenticates()
{ {
using var host = await CreateHost( using var host = await CreateHost(
...@@ -347,7 +347,7 @@ namespace Microsoft.AspNetCore.Authentication.Certificate.Test ...@@ -347,7 +347,7 @@ namespace Microsoft.AspNetCore.Authentication.Certificate.Test
Assert.Equal(HttpStatusCode.OK, response.StatusCode); Assert.Equal(HttpStatusCode.OK, response.StatusCode);
} }
[Fact(Skip = "https://github.com/dotnet/aspnetcore/issues/39669")] [Fact(Skip = "https://github.com/dotnet/aspnetcore/issues/39669")]
public async Task VerifyValidClientCertWithAdditionalCertificatesAuthenticates() public async Task VerifyValidClientCertWithAdditionalCertificatesAuthenticates()
{ {
using var host = await CreateHost( using var host = await CreateHost(
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册