We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41497fd commit 57b28f1Copy full SHA for 57b28f1
system-test/storage.ts
@@ -3062,7 +3062,8 @@ describe('storage', function () {
3062
});
3063
3064
3065
- describe('HMAC keys', () => {
+ // TODO: Undo this skip once https://github.com/googleapis/nodejs-storage/issues/2461 is complete.
3066
+ describe.skip('HMAC keys', () => {
3067
// This is generally a valid service account for a project.
3068
const ALTERNATE_SERVICE_ACCOUNT = `${process.env.PROJECT_ID}@appspot.gserviceaccount.com`;
3069
const SERVICE_ACCOUNT =
0 commit comments