Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion manifests/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3689,7 +3689,14 @@ manifest:
tests/parametric/test_library_tracestats.py::Test_Library_Tracestats::test_sample_rate_0_TS007: # Modified by easy win activation script
- declaration: 'missing_feature (FIXME: Undefined behavior according the java tracer core team)'
component_version: <1.58.2+06122213c8
tests/parametric/test_llm_observability/test_llm_observability.py::Test_CostTags: missing_feature (cost_tags not yet supported in Java LLMObs SDK)
tests/parametric/test_llm_observability/test_llm_observability.py::Test_CostTags: # TODO: a lower version might be supported
- declaration: missing_feature (cost_tags not yet supported in Java LLMObs SDK)
component_version: <1.62.0
tests/parametric/test_llm_observability/test_llm_observability.py::Test_CostTags::test_cost_tags_annotated_to_llm_span: missing_feature (cost_tags not yet supported in Java LLMObs SDK)
tests/parametric/test_llm_observability/test_llm_observability.py::Test_CostTags::test_cost_tags_dedupes_across_annotations: missing_feature (cost_tags not yet supported in Java LLMObs SDK)
tests/parametric/test_llm_observability/test_llm_observability.py::Test_CostTags::test_cost_tags_in_annotation_context: missing_feature (cost_tags not yet supported in Java LLMObs SDK)
tests/parametric/test_llm_observability/test_llm_observability.py::Test_CostTags::test_cost_tags_invalid_entries_are_skipped: missing_feature (cost_tags not yet supported in Java LLMObs SDK)
tests/parametric/test_llm_observability/test_llm_observability.py::Test_CostTags::test_cost_tags_references_existing_span_tags: missing_feature (cost_tags not yet supported in Java LLMObs SDK)
tests/parametric/test_llm_observability/test_llm_observability.py::Test_Prompts::test_prompt_annotation: missing_feature (prompt annotation not supported in Java LLMObs SDK)
tests/parametric/test_llm_observability/test_llm_observability.py::Test_Prompts::test_prompt_annotation_default_id: missing_feature (prompt annotation not supported in Java LLMObs SDK)
tests/parametric/test_llm_observability/test_llm_observability.py::Test_Prompts::test_prompt_annotation_in_annotation_context: missing_feature (prompt annotation not supported in Java LLMObs SDK)
Expand Down
Loading