From 061a89fc2bf12e3c5185164ef2270a5e1ba7df70 Mon Sep 17 00:00:00 2001 From: Tommaso Sciortino Date: Tue, 14 Oct 2025 09:51:26 -0700 Subject: [PATCH] Disable retries when deflaking integrationt tests (#11118) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cb97cea147..7490330095 100644 --- a/package.json +++ b/package.json @@ -21,8 +21,8 @@ "start:a2a-server": "CODER_AGENT_PORT=41242 npm run start --workspace @google/gemini-cli-a2a-server", "debug": "cross-env DEBUG=1 node --inspect-brk scripts/start.js", "deflake": "node scripts/deflake.js", - "deflake:test:integration:sandbox:none": "npm run deflake -- --command='npm run test:integration:sandbox:none'", - "deflake:test:integration:sandbox:docker": "npm run deflake -- --command='npm run test:integration:sandbox:docker'", + "deflake:test:integration:sandbox:none": "npm run deflake -- --command='npm run test:integration:sandbox:none -- --retry=0'", + "deflake:test:integration:sandbox:docker": "npm run deflake -- --command='npm run test:integration:sandbox:docker -- --retry=0'", "auth:npm": "npx google-artifactregistry-auth", "auth:docker": "gcloud auth configure-docker us-west1-docker.pkg.dev", "auth": "npm run auth:npm && npm run auth:docker",