From ecb79744b64109dd1cbc6246c694f6ac377c2ca6 Mon Sep 17 00:00:00 2001 From: Sameeran Kunche Date: Mon, 29 Jun 2026 16:45:14 -0700 Subject: [PATCH] [java] Enable Test_FFE_Eval_Metric_Count::test_ffe_eval_metric_count for v1.63.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The FFL-1972 fix shipped in dd-trace-java v1.63.0 via DataDog/dd-trace-java#11426, so gate the test to spring-boot v1.63.0 rather than letting it inherit the file-level v1.62.0 declaration — the fix is absent from v1.62.0. --- manifests/java.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/manifests/java.yml b/manifests/java.yml index f673343a0fb..76cb36c1bf5 100644 --- a/manifests/java.yml +++ b/manifests/java.yml @@ -3245,7 +3245,10 @@ manifest: - weblog_declaration: "*": irrelevant spring-boot: v1.62.0 - tests/ffe/test_flag_eval_metrics.py::Test_FFE_Eval_Metric_Count::test_ffe_eval_metric_count: bug (FFL-1972) + tests/ffe/test_flag_eval_metrics.py::Test_FFE_Eval_Metric_Count::test_ffe_eval_metric_count: + - weblog_declaration: + "*": irrelevant + spring-boot: v1.63.0 tests/integration_frameworks/llm/anthropic/test_anthropic_llmobs.py::TestAnthropicLlmObsMessages::test_create_error: bug (MLOB-1234) tests/integration_frameworks/llm/openai/test_openai_apm.py: v1.61.0 tests/integration_frameworks/llm/openai/test_openai_llmobs.py: v1.61.0