From 1c69027089f40aed9e0da457b6a76ed6d28a2bfa Mon Sep 17 00:00:00 2001 From: Brian Marks Date: Tue, 4 Aug 2026 20:52:00 -0400 Subject: [PATCH] feat(otel): enable Ruby OTLP trace export tests --- manifests/ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/ruby.yml b/manifests/ruby.yml index 350db7acb24..66d9f6baabf 100644 --- a/manifests/ruby.yml +++ b/manifests/ruby.yml @@ -2161,7 +2161,7 @@ manifest: "*": incomplete_test_app (endpoint not implemented) rails72: v2.0.0 tests/otel/test_context_propagation.py::Test_Otel_Context_Propagation_Default_Propagator_Api::test_propagation_extract: incomplete_test_app (Ruby extract seems to fail even though it should be supported) - tests/otel/test_tracing_otlp.py::Test_Otel_Tracing_OTLP: missing_feature + tests/otel/test_tracing_otlp.py::Test_Otel_Tracing_OTLP: v2.41.0-dev tests/otel/test_tracing_otlp.py::Test_Otlp_Carries_Ot: missing_feature (APMAPI-2172) tests/otel/test_tracing_otlp.py::Test_Otlp_Forwards_Inherited_Ot: missing_feature (APMAPI-2172) tests/otel_tracing_e2e/test_e2e.py::Test_OTelLogE2E: irrelevant