mirror of
https://github.com/google-gemini/gemini-cli
synced 2026-04-21 13:37:17 +00:00
Disabling failing test while investigating (#23311)
This commit is contained in:
parent
e8fe43bd69
commit
fbb17ebf58
1 changed files with 2 additions and 2 deletions
|
|
@ -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'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue