Skip to content

Commit 57b28f1

Browse files
authored
test: skip HMAC tests due to increased flakiness (#2511)
1 parent 41497fd commit 57b28f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

system-test/storage.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3062,7 +3062,8 @@ describe('storage', function () {
30623062
});
30633063
});
30643064

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

0 commit comments

Comments
 (0)