Skip to content

Commit

Permalink
Disable failing test SignedXmlTest.VerifyXmlResolver (#76129)
Browse files Browse the repository at this point in the history
PR #75369 tried to fix the problem and re-enabled the test, but it is still failing.
Tracked by #74115
  • Loading branch information
karelz committed Sep 24, 2022
1 parent 3922b81 commit 2600909
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1594,6 +1594,7 @@ public void VerifyHMAC_HMACOutputLength_Invalid()
[Theory]
[InlineData(false)]
[InlineData(true)]
[ActiveIssue("https://github.com/dotnet/runtime/issues/74115")]
public void VerifyXmlResolver(bool provideResolver)
{
TcpListener listener = new TcpListener(IPAddress.Loopback, 0);
Expand Down

0 comments on commit 2600909

Please sign in to comment.