-
Notifications
You must be signed in to change notification settings - Fork 747
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
Web3Signer integration tests failing on MacOS #6442
Comments
I have also looked into this, and have raised an issue in |
The problem was that the default kornelski/rust-security-framework#216 (comment) Creating the p12 file with the
I don't fully understand the web3signer_tests, but it seems that the second option might be preferable since the problem occurs only on macOS? Update
Therefore, we should proceed with creating the |
Noticed another problem on macOS. Even if we create
The https://support.apple.com/en-us/103769
|
Description
Our web3signer integration tests consistently fails on MacOS:
This has been an issue for a while but we never had a chance to fix it.
I digged into this a while ago, and the issue looks like it's related to
security-framework
(macosSecurity.Framework
bindings used byopenssl
) - and it seems like this crate is no longer being actively maintained.Not sure if it's worth fixing it to make it work, or we could just disable these tests on MacOS.
The text was updated successfully, but these errors were encountered: