Skip to content

Commit 0b7ccc9

Browse files
authored
Update t09_token_condenser.py
1 parent 613323e commit 0b7ccc9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/integration/tests/t09_token_condenser.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ def __init__(self, *args, **kwargs):
5454
raise SkipTest(
5555
"This test stresses long repetitive tool loops to trigger token-based "
5656
"condensation. GPT-5.1 Codex Max often declines such requests for "
57-
"efficiency/safety reasons. Please run this test on a model that "
58-
"allows extended interactive commands."
57+
"efficiency/safety reasons."
5958
)
6059

6160
@property

0 commit comments

Comments
 (0)