fix(infra) - Remove auto update from integration tests (#10656)

Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
This commit is contained in:
shishu314
2025-10-08 12:46:08 -04:00
committed by GitHub
parent 8aa730082e
commit 1af3fef33a

View File

@@ -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',