Fix gemini e2e tests (#35583)

Release Notes:

- N/A
This commit is contained in:
Agus Zubiaga 2025-08-04 12:02:22 -03:00 committed by GitHub
parent 5f77c6a68f
commit a6a34dad0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -64,7 +64,7 @@ pub(crate) mod tests {
use crate::AgentServerCommand;
use std::path::Path;
crate::common_e2e_tests!(Gemini, allow_option_id = "0");
crate::common_e2e_tests!(Gemini, allow_option_id = "proceed_once");
pub fn local_command() -> AgentServerCommand {
let cli_path = Path::new(env!("CARGO_MANIFEST_DIR"))