Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions manifests/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ manifest:
tests/ffe/test_dynamic_evaluation.py::Test_FFE_RC_Down_From_Start: v2.4.0
tests/ffe/test_dynamic_evaluation.py::Test_FFE_RC_Unavailable: v2.4.0
tests/ffe/test_exposures.py: v2.6.0-dev # Easy win for chi, echo, gin, net-http, net-http-orchestrion, uds-echo and version 2.5.0
tests/ffe/test_flag_eval_metrics.py: v2.7.0-dev
tests/ffe/test_flag_eval_metrics.py: missing_feature
tests/integration_frameworks/llm/anthropic/test_anthropic_llmobs.py::TestAnthropicLlmObsMessages::test_create_error: bug (MLOB-1234)
tests/integrations/crossed_integrations/test_kafka.py::Test_Kafka:
- weblog_declaration:
Expand Down Expand Up @@ -976,7 +976,7 @@ manifest:
tests/integrations/test_inferred_proxy.py::Test_AWS_API_Gateway_Inferred_Span_Creation_v2: missing_feature
tests/integrations/test_mongo.py::Test_Mongo: missing_feature (Endpoint is not implemented on weblog)
tests/integrations/test_otel_drop_in.py::Test_Otel_Drop_In: missing_feature
tests/integrations/test_service_overrides.py::Test_SqlServiceNameSource: '>=2.7.0-dev.1'
tests/integrations/test_service_overrides.py::Test_SqlServiceNameSource: missing_feature
tests/integrations/test_sql.py::Test_Sql: missing_feature (Endpoint is not implemented on weblog)
tests/otel/test_context_propagation.py::Test_Otel_Context_Propagation_Default_Propagator_Api:
- weblog_declaration:
Expand Down
2 changes: 1 addition & 1 deletion utils/build/docker/golang/install_ddtrace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euv

# Run go mod tidy once to make sure go list does not fail
# Run go mod tidy once to make sure go list does not fail.
go mod tidy

MAIN_MODULE="github.com/DataDog/dd-trace-go/v2"
Expand Down
Loading