Disable UseClientCertOnHttp2_OSSupportsIt_Success test (#34028)
authorStephen Toub <stoub@microsoft.com>
Wed, 25 Mar 2020 02:22:17 +0000 (22:22 -0400)
committerGitHub <noreply@github.com>
Wed, 25 Mar 2020 02:22:17 +0000 (22:22 -0400)
src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/ClientCertificateTest.cs

index 9dfdeef..e29f9c2 100644 (file)
@@ -55,6 +55,7 @@ namespace System.Net.Http.WinHttpHandlerFunctional.Tests
 
 // Disabling it for full .Net Framework due to a missing ALPN API which leads to a protocol downgrade
 #if !NETFRAMEWORK
+        [ActiveIssue("https://github.com/dotnet/runtime/issues/34010")]
         [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsWindows10Version2004OrGreater))]
         public async Task UseClientCertOnHttp2_OSSupportsIt_Success()
         {