Skip to content

Commit

Permalink
test: skip HMAC tests due to increased flakiness (#2511)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelgrosso1 authored Aug 19, 2024
1 parent 41497fd commit 57b28f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion system-test/storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3062,7 +3062,8 @@ describe('storage', function () {
});
});

describe('HMAC keys', () => {
// TODO: Undo this skip once https://github.com/googleapis/nodejs-storage/issues/2461 is complete.
describe.skip('HMAC keys', () => {
// This is generally a valid service account for a project.
const ALTERNATE_SERVICE_ACCOUNT = `${process.env.PROJECT_ID}@appspot.gserviceaccount.com`;
const SERVICE_ACCOUNT =
Expand Down

0 comments on commit 57b28f1

Please sign in to comment.