Skip to content

Commit

Permalink
Reenable MsQuicTests.ConnectWithClientCertificate on Windows (#70015)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzikm committed Aug 2, 2022
1 parent 4c45d7a commit 54c717a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,6 @@ public async Task ConnectWithCertificateForLoopbackIP_IndicatesExpectedError(str
[InlineData(false, true)]
[InlineData(true, false)]
[InlineData(false, false)]
[ActiveIssue("https://github.com/dotnet/runtime/issues/64944", TestPlatforms.Windows)]
public async Task ConnectWithClientCertificate(bool sendCertificate, bool useClientSelectionCallback)
{
if (PlatformDetection.IsWindows10Version20348OrLower)
Expand Down

0 comments on commit 54c717a

Please sign in to comment.