-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable VerifyXmlResolver test. #74417
Disable VerifyXmlResolver test. #74417
Conversation
Tagging subscribers to this area: @dotnet/area-system-security, @vcsjones Issue DetailsAddress #74115 blocking CI.
|
[InlineData(true)] | ||
[ActiveIssue("https://github.com/dotnet/runtime/issues/74115")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If only true
is failing, it seems worthwhile to only suppress true
:
[InlineData(true)] | |
[ActiveIssue("https://github.com/dotnet/runtime/issues/74115")] | |
//[InlineData(true)] [ActiveIssue("https://github.com/dotnet/runtime/issues/74115")] |
/backport to release/7.0 |
Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/2913742956 |
@eiriktsarpalis backporting to release/7.0 failed, the patch most likely resulted in conflicts: $ git am --3way --ignore-whitespace --keep-non-patch changes.patch
Patch format detection failed.
Error: The process '/usr/bin/git' failed with exit code 128 Please backport manually! |
Aren't we backporting to (e.g.) release/7.0-rc1 and that then auto-ports to release/7.0? |
/backport to release/7.0-rc1 |
Started backporting to release/7.0-rc1: https://github.com/dotnet/runtime/actions/runs/2913779720 |
@eiriktsarpalis backporting to release/7.0-rc1 failed, the patch most likely resulted in conflicts: $ git am --3way --ignore-whitespace --keep-non-patch changes.patch
Patch format detection failed.
Error: The process '/usr/bin/git' failed with exit code 128 Please backport manually! |
Address #74115 blocking CI. Should be backported to release/7.0
cc @krwq @GrabYourPitchforks