From 1af3fef33a611f17957f8043211b9e1ea3ac15bb Mon Sep 17 00:00:00 2001 From: shishu314 Date: Wed, 8 Oct 2025 12:46:08 -0400 Subject: [PATCH] fix(infra) - Remove auto update from integration tests (#10656) Co-authored-by: gemini-cli-robot --- integration-tests/test-helper.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/integration-tests/test-helper.ts b/integration-tests/test-helper.ts index 440286da31..0acdecd3b7 100644 --- a/integration-tests/test-helper.ts +++ b/integration-tests/test-helper.ts @@ -176,6 +176,11 @@ export class TestRig { const telemetryPath = join(this.testDir, 'telemetry.log'); // Always use test directory for telemetry const settings = { + general: { + // Nightly releases sometimes becomes out of sync with local code and + // triggers auto-update, which causes tests to fail. + disableAutoUpdate: true, + }, telemetry: { enabled: true, target: 'local',