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
The unit tests run much more slowing following the merge of #487 the CO unit tests run much more slowly because they create a lot of clusters, and we generate certs for each one. To keep the unit tests fast we should use a different impl of CertManager for the unit tests which aren't testing TLS-related functionality.
The text was updated successfully, but these errors were encountered:
The unit tests run much more slowing following the merge of #487 the CO unit tests run much more slowly because they create a lot of clusters, and we generate certs for each one. To keep the unit tests fast we should use a different impl of
CertManager
for the unit tests which aren't testing TLS-related functionality.The text was updated successfully, but these errors were encountered: