Reenable MsQuicTests.ConnectWithClientCertificate on Windows (#70015)
authorRadek Zikmund <32671551+rzikm@users.noreply.github.com>
Tue, 2 Aug 2022 14:24:34 +0000 (16:24 +0200)
committerGitHub <noreply@github.com>
Tue, 2 Aug 2022 14:24:34 +0000 (16:24 +0200)
src/libraries/System.Net.Quic/tests/FunctionalTests/MsQuicTests.cs

index f211059..6f2b4a9 100644 (file)
@@ -393,7 +393,6 @@ namespace System.Net.Quic.Tests
         [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)