-
Notifications
You must be signed in to change notification settings - Fork 288
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
Skip cert validator unit test for darwin #3262
Conversation
143a061
to
13c1ae3
Compare
Codecov Report
@@ Coverage Diff @@
## main #3262 +/- ##
==========================================
+ Coverage 64.06% 64.17% +0.10%
==========================================
Files 348 348
Lines 27605 27688 +83
==========================================
+ Hits 17685 17768 +83
Misses 8615 8615
Partials 1305 1305
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vivek-koppuru The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
13c1ae3
to
eed44a6
Compare
eed44a6
to
c38006a
Compare
/LGTM |
/lgtm |
Issue #, if available:
Description of changes:
We need to add this check as newer version of macos require the adding trusted certs manually,
through
security add-trusted-cert
, so we are only able to run this test on linux for now. This is a known issue here: golang/go#52010Created #3267 to track our fix for the above issue
Refer to https://go-review.googlesource.com/c/go/+/353132 and helm/helm#11160 for some explanations and an example
Testing (if applicable):
unit tests
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.