Skip to content

Commit 613323e

Browse files
authored
Update t09_token_condenser.py
1 parent 881cf47 commit 613323e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/integration/tests/t09_token_condenser.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ def __init__(self, *args, **kwargs):
5252
name = (canonical or model_name or "").split("/")[-1]
5353
if name == "gpt-5.1-codex-max":
5454
raise SkipTest(
55-
"This test stresses long repetitive tool loops to trigger token-based\n"
56-
"condensation. GPT-5.1 Codex Max often declines such requests for\n"
57-
"efficiency/safety reasons. Please run this test on a model that\n"
55+
"This test stresses long repetitive tool loops to trigger token-based "
56+
"condensation. GPT-5.1 Codex Max often declines such requests for "
57+
"efficiency/safety reasons. Please run this test on a model that "
5858
"allows extended interactive commands."
5959
)
6060

0 commit comments

Comments
 (0)