We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c45d7a commit 54c717aCopy full SHA for 54c717a
src/libraries/System.Net.Quic/tests/FunctionalTests/MsQuicTests.cs
@@ -393,7 +393,6 @@ public async Task ConnectWithCertificateForLoopbackIP_IndicatesExpectedError(str
393
[InlineData(false, true)]
394
[InlineData(true, false)]
395
[InlineData(false, false)]
396
- [ActiveIssue("https://github.com/dotnet/runtime/issues/64944", TestPlatforms.Windows)]
397
public async Task ConnectWithClientCertificate(bool sendCertificate, bool useClientSelectionCallback)
398
{
399
if (PlatformDetection.IsWindows10Version20348OrLower)
0 commit comments