From 1c17b00fd7956682b94501751c9d8b26752bd9db Mon Sep 17 00:00:00 2001 From: Brian Marks Date: Fri, 3 Jan 2025 10:48:23 -0500 Subject: [PATCH] [python] Enable OTEL baggage test (#3766) --- manifests/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/python.yml b/manifests/python.yml index 2f4e65023d..5b53d31be3 100644 --- a/manifests/python.yml +++ b/manifests/python.yml @@ -812,7 +812,7 @@ tests/: test_otel_span_methods.py: Test_Otel_Span_Methods: v2.8.0 test_otel_span_with_baggage.py: - Test_Otel_Span_With_Baggage: missing_feature + Test_Otel_Span_With_Baggage: v2.18.0 test_otel_tracer.py: Test_Otel_Tracer: v2.8.0 test_parametric_endpoints.py: