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