Skip to content

Commit 54c717a

Browse files
authored
Reenable MsQuicTests.ConnectWithClientCertificate on Windows (#70015)
1 parent 4c45d7a commit 54c717a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libraries/System.Net.Quic/tests/FunctionalTests/MsQuicTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,6 @@ public async Task ConnectWithCertificateForLoopbackIP_IndicatesExpectedError(str
393393
[InlineData(false, true)]
394394
[InlineData(true, false)]
395395
[InlineData(false, false)]
396-
[ActiveIssue("https://github.com/dotnet/runtime/issues/64944", TestPlatforms.Windows)]
397396
public async Task ConnectWithClientCertificate(bool sendCertificate, bool useClientSelectionCallback)
398397
{
399398
if (PlatformDetection.IsWindows10Version20348OrLower)

0 commit comments

Comments
 (0)