Disable test System.Net.Quic.Tests.MsQuicTests.ConnectWithCertificateCallback (#56264)
authorKarel Zikmund <karelz@microsoft.com>
Mon, 26 Jul 2021 10:26:32 +0000 (12:26 +0200)
committerGitHub <noreply@github.com>
Mon, 26 Jul 2021 10:26:32 +0000 (12:26 +0200)
Disabled test tracked by #56263

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

index 475a5f1..a85132a 100644 (file)
@@ -157,6 +157,7 @@ namespace System.Net.Quic.Tests
         }
 
         [Fact]
+        [ActiveIssue("https://github.com/dotnet/runtime/issues/56263")]
         public async Task ConnectWithCertificateCallback()
         {
             X509Certificate2 c1 = System.Net.Test.Common.Configuration.Certificates.GetServerCertificate();