Skip to content

Commit

Permalink
Merge pull request #2747 from DataDog/mtoff/go-otel-systests
Browse files Browse the repository at this point in the history
Tests for Otel AddEvent API in Go
  • Loading branch information
mtoffl01 authored Jul 19, 2024
2 parents 5375f7e + d4683db commit 87fa057
Show file tree
Hide file tree
Showing 6 changed files with 3,519 additions and 1,261 deletions.
4 changes: 3 additions & 1 deletion tests/parametric/test_otel_span_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,9 @@ def test_otel_span_extended_reserved_attributes_overrides_analytics_event(
test_agent=test_agent,
)

@missing_feature(context.library == "golang", reason="Not implemented")
@missing_feature(
context.library != "[email protected]" and context.library < "[email protected]", reason="Implemented in v1.67.0"
)
@missing_feature(context.library == "php", reason="Not implemented")
@missing_feature(context.library == "java", reason="Not implemented")
@missing_feature(context.library == "ruby", reason="Not implemented")
Expand Down
Loading

0 comments on commit 87fa057

Please sign in to comment.