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(storage): Avoid integration test segfaults. (googleapis#12419)
* fix(storage): Avoid integration test segfaults.
If the JWT private key file is not specified in an environment variable,
then skip the tests which would otherwise require it. This matches what
other tests do. Without this change, `jwt.Email` results in a nil
dereference.
* fix typo
* Move from skip to fatal
0 commit comments