Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 7601889

Browse files
authored
Update ActiveIssue issue number
1 parent 0004bfa commit 7601889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.ServerCertificates.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ public async Task NoCallback_RevokedCertificate_RevocationChecking_Fails()
211211
new object[] { Configuration.Http.WrongHostNameCertRemoteServer , SslPolicyErrors.RemoteCertificateNameMismatch},
212212
};
213213

214-
[ActiveIssue(19793, TestPlatforms.Windows)]
214+
[ActiveIssue(7812, TestPlatforms.Windows)]
215215
[OuterLoop] // TODO: Issue #11345
216216
[ConditionalTheory(nameof(BackendSupportsCustomCertificateHandling))]
217217
[MemberData(nameof(CertificateValidationServersAndExpectedPolicies))]

0 commit comments

Comments
 (0)