You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(tests): disable MBedTLS in CI due to deadlock state in its code
I'm pretty sure the deadlock issue is unrelated to our code, as MBedTLS
hangs up while attempting to lock some variable related to one of its
RNGs.
My suspicion is that it has to do with the fact that we use multiple
MBedTLS contexts in the same process.
0 commit comments