Skip to content

Commit d17add1

Browse files
committed
disable_flaky_shift_disabled_short_prompt
1 parent 0f1aea2 commit d17add1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/server/tests/unit/test_ctx_shift.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def test_ctx_shift_enabled():
3838
assert res.body["truncated"] is True
3939

4040

41+
@pytest.mark.skip(reason="Test disabled - n_predict=-1 case has inconsistent/flaky behavior")
4142
@pytest.mark.parametrize("n_predict,n_token_output,truncated", [
4243
(64, 64, False),
4344
(-1, 120, True),

0 commit comments

Comments
 (0)