Skip to content

Commit

Permalink
Disable test ConnectWithCertificateForDifferentName_Throws (#56456)
Browse files Browse the repository at this point in the history
Test: System.Net.Quic.Tests.MsQuicTests.ConnectWithCertificateForDifferentName_Throws

Disabled test tracked by #56454
  • Loading branch information
karelz authored Jul 28, 2021
1 parent d1b866e commit 6c64d2e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ public async Task ConnectWithCertificateCallback()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/56454")]
public async Task ConnectWithCertificateForDifferentName_Throws()
{
(X509Certificate2 certificate, _) = System.Net.Security.Tests.TestHelper.GenerateCertificates("localhost");
Expand Down

0 comments on commit 6c64d2e

Please sign in to comment.