We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81312cd commit 97613f3Copy full SHA for 97613f3
src/libraries/System.Security.Cryptography.Xml/tests/SignedXmlTest.cs
@@ -1593,6 +1593,7 @@ public void VerifyHMAC_HMACOutputLength_Invalid()
1593
[Theory]
1594
[InlineData(false)]
1595
[InlineData(true)]
1596
+ [ActiveIssue("https://github.com/dotnet/runtime/issues/74115")]
1597
public void VerifyXmlResolver(bool provideResolver)
1598
{
1599
HttpListener listener;
0 commit comments