未验证 提交 26009099 编写于 作者: K Karel Zikmund 提交者: GitHub

Disable failing test SignedXmlTest.VerifyXmlResolver (#76129)

PR #75369 tried to fix the problem and re-enabled the test, but it is still failing.
Tracked by #74115
上级 3922b81f
...@@ -1594,6 +1594,7 @@ public void VerifyHMAC_HMACOutputLength_Invalid() ...@@ -1594,6 +1594,7 @@ public void VerifyHMAC_HMACOutputLength_Invalid()
[Theory] [Theory]
[InlineData(false)] [InlineData(false)]
[InlineData(true)] [InlineData(true)]
[ActiveIssue("https://github.com/dotnet/runtime/issues/74115")]
public void VerifyXmlResolver(bool provideResolver) public void VerifyXmlResolver(bool provideResolver)
{ {
TcpListener listener = new TcpListener(IPAddress.Loopback, 0); TcpListener listener = new TcpListener(IPAddress.Loopback, 0);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册