Disabling failing test while investigating (#23311)

This commit is contained in:
Alisa
2026-03-20 15:52:35 -07:00
committed by GitHub
parent e8fe43bd69
commit fbb17ebf58

View File

@@ -12,7 +12,7 @@ import { appEvalTest } from './app-test-helper.js';
import { PolicyDecision } from '@google/gemini-cli-core';
describe('Model Steering Behavioral Evals', () => {
appEvalTest('ALWAYS_PASSES', {
appEvalTest('USUALLY_PASSES', {
name: 'Corrective Hint: Model switches task based on hint during tool turn',
configOverrides: {
excludeTools: ['run_shell_command', 'ls', 'google_web_search'],
@@ -52,7 +52,7 @@ describe('Model Steering Behavioral Evals', () => {
},
});
appEvalTest('ALWAYS_PASSES', {
appEvalTest('USUALLY_PASSES', {
name: 'Suggestive Hint: Model incorporates user guidance mid-stream',
configOverrides: {
excludeTools: ['run_shell_command', 'ls', 'google_web_search'],