diff --git a/src/test/java/net/ladenthin/llama/ReasoningBudgetTest.java b/src/test/java/net/ladenthin/llama/ReasoningBudgetTest.java index 84a12343..d6baceff 100644 --- a/src/test/java/net/ladenthin/llama/ReasoningBudgetTest.java +++ b/src/test/java/net/ladenthin/llama/ReasoningBudgetTest.java @@ -120,6 +120,7 @@ public void testThinkingDefault_reasoningContentAndAnswerPresent() { *
This assertion will start failing once the llama.cpp bug is fixed — * that is the signal to remove this test and enable * {@link #testReasoningBudgetZero_expectedBehavior_suppressesThinking}. + * Tracked in llama.cpp PR #23116. */ @Test public void testReasoningBudgetZero_parameterAccepted_thinkingNotSuppressed() { @@ -169,6 +170,7 @@ public void testReasoningBudgetZero_parameterAccepted_thinkingNotSuppressed() { *
Once this fix is applied: remove {@code @Ignore}, confirm this test passes, * and remove * {@link #testReasoningBudgetZero_parameterAccepted_thinkingNotSuppressed}. + * Tracked in llama.cpp PR #23116. */ @Ignore("llama.cpp bug: per-request reasoning_budget_tokens is overwritten by model default " + "in oaicompat_chat_params_parse (server-common.cpp). " +