mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 05:12:55 -07:00
use enableAutoUpdate in test rig (#23681)
This commit is contained in:
committed by
GitHub
parent
6b7dc4d822
commit
1c3d397782
@@ -435,7 +435,7 @@ export class TestRig {
|
|||||||
general: {
|
general: {
|
||||||
// Nightly releases sometimes becomes out of sync with local code and
|
// Nightly releases sometimes becomes out of sync with local code and
|
||||||
// triggers auto-update, which causes tests to fail.
|
// triggers auto-update, which causes tests to fail.
|
||||||
disableAutoUpdate: true,
|
enableAutoUpdate: false,
|
||||||
},
|
},
|
||||||
telemetry: {
|
telemetry: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user