-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Disable ConnectWithRevocation_WithCallback test #74168
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
Conversation
|
Tagging subscribers to this area: @dotnet/ncl, @vcsjones Issue DetailsContributes to #74034.
|
CarnaViire
left a comment
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.
LGTM, thanks!
CarnaViire
left a comment
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.
Note Jeremy's comment on the issue:
I only see the failures occurring on OSX, so it should only be disabled on OSX, not all Unixes. (The Linuxes are passing stably)
src/libraries/System.Net.Security/tests/FunctionalTests/CertificateValidationRemoteServer.cs
Outdated
Show resolved
Hide resolved
…icateValidationRemoteServer.cs
|
I edited to OSX so validation could rerun. note that doesn't include iOS and tvOS, not sure whether those are relevant. |
|
/azp run runtime-libraries-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
I am not aware of any failures on those, so it either works there or is disabled by some other means. |
|
/azp run runtime |
|
/azp run runtime-libraries-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
CI failures are weird, but build succeeded and the test itself is actually not outerloop so any failures are not result of this change. |
|
/backport to release/7.0 |
|
Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/2917382995 |
Contributes to #74034.