From 57b28f1123db414c545bc0c1b0a760cf57aa2cb0 Mon Sep 17 00:00:00 2001 From: Denis DelGrosso <85250797+ddelgrosso1@users.noreply.github.com> Date: Mon, 19 Aug 2024 14:40:08 -0400 Subject: [PATCH] test: skip HMAC tests due to increased flakiness (#2511) --- system-test/storage.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system-test/storage.ts b/system-test/storage.ts index 30e020b22..937986121 100644 --- a/system-test/storage.ts +++ b/system-test/storage.ts @@ -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 =